Share via


CLLocationManagerDelegate.UpdatedLocation Method

Definition

Developers should not use this deprecated method.

[Foundation.Export("locationManager:didUpdateToLocation:fromLocation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void UpdatedLocation(CoreLocation.CLLocationManager manager, CoreLocation.CLLocation newLocation, CoreLocation.CLLocation oldLocation);
[<Foundation.Export("locationManager:didUpdateToLocation:fromLocation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UpdatedLocation : CoreLocation.CLLocationManager * CoreLocation.CLLocation * CoreLocation.CLLocation -> unit
override this.UpdatedLocation : CoreLocation.CLLocationManager * CoreLocation.CLLocation * CoreLocation.CLLocation -> unit

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

newLocation
CLLocation
oldLocation
CLLocation

Implements

Attributes

Applies to