Share via


ICLLocationManagerDelegate.LocationUpdatesPaused(CLLocationManager) Method

Definition

Location updating has been paused.

[Foundation.Export("locationManagerDidPauseLocationUpdates:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void LocationUpdatesPaused(CoreLocation.CLLocationManager manager);
[<Foundation.Export("locationManagerDidPauseLocationUpdates:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LocationUpdatesPaused : CoreLocation.CLLocationManager -> unit
override this.LocationUpdatesPaused : CoreLocation.CLLocationManager -> unit

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

Attributes

Applies to