Share via


CLLocationManagerDelegate.LocationUpdatesPaused(CLLocationManager) Method

Definition

Location updating has been paused.

[Foundation.Export("locationManagerDidPauseLocationUpdates:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void LocationUpdatesPaused(CoreLocation.CLLocationManager manager);
[<Foundation.Export("locationManagerDidPauseLocationUpdates:")>]
[<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.

Implements

Attributes

Applies to