CLLocationManagerDelegate_Extensions.LocationsUpdated Method

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void LocationsUpdated (this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, CoreLocation.CLLocation[] locations);
static member LocationsUpdated : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * CoreLocation.CLLocation[] -> unit

Parameters

This
ICLLocationManagerDelegate

The instance on which this extension method operates.

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

locations
CLLocation[]
Attributes

Applies to