Share via


CLLocationManagerDelegate.LocationsUpdated Method

Definition

The device has generated locations updates.

[Foundation.Export("locationManager:didUpdateLocations:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void LocationsUpdated(CoreLocation.CLLocationManager manager, CoreLocation.CLLocation[] locations);
[<Foundation.Export("locationManager:didUpdateLocations:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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[]

Implements

Attributes

Applies to