Share via


CLLocationManagerDelegate_Extensions.LocationsUpdated Method

Definition

The device has generated locations updates.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void LocationsUpdated(this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, CoreLocation.CLLocation[] locations);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member LocationsUpdated : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * CoreLocation.CLLocation[] -> unit

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

locations
CLLocation[]
Attributes

Applies to