CLLocationManagerDelegate.LocationsUpdated Metodo

Definizione

Il dispositivo ha generato locations aggiornamenti.

[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

Parametri

manager
CLLocationManager

Oggetto CLLocationManager per il quale this è l'oggetto delegato.

locations
CLLocation[]
Attributi

Si applica a