Compartir a través de


CLLocationManagerDelegate.LocationsUpdated Método

Definición

El dispositivo ha generado locations actualizaciones.

[Foundation.Export("locationManager:didUpdateLocations:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void LocationsUpdated (CoreLocation.CLLocationManager manager, CoreLocation.CLLocation[] locations);
abstract member LocationsUpdated : CoreLocation.CLLocationManager * CoreLocation.CLLocation[] -> unit
override this.LocationsUpdated : CoreLocation.CLLocationManager * CoreLocation.CLLocation[] -> unit

Parámetros

manager
CLLocationManager

objeto CLLocationManager para el que this es el objeto delegado.

locations
CLLocation[]
Atributos

Se aplica a