Freigeben über


CLLocationManagerDelegate.LocationsUpdated Methode

Definition

Das Gerät hat Updates generiert locations .

[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

Parameter

manager
CLLocationManager

Die CLLocationManager , für die das this Delegatobjekt ist.

locations
CLLocation[]
Attribute

Gilt für: