CLLocationManagerDelegate_Extensions.UpdatedLocation Method

Definition

Developers should not use this deprecated method.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void UpdatedLocation (this CoreLocation.ICLLocationManagerDelegate This, CoreLocation.CLLocationManager manager, CoreLocation.CLLocation newLocation, CoreLocation.CLLocation oldLocation);
static member UpdatedLocation : CoreLocation.ICLLocationManagerDelegate * CoreLocation.CLLocationManager * CoreLocation.CLLocation * 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.

newLocation
CLLocation
oldLocation
CLLocation
Attributes

Applies to