Partager via


CLLocationManagerDelegate.LocationsUpdated Méthode

Définition

L’appareil a généré des locations mises à jour.

[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

Paramètres

manager
CLLocationManager

CLLocationManager pour lequel this est l’objet délégué.

locations
CLLocation[]
Attributs

S’applique à