CLLocationManagerDelegate.LocationsUpdated Method

Definition

The device has generated locations updates.

[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

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

locations
CLLocation[]
Attributes

Applies to