Share via


CLLocationManagerDelegate.LocationUpdatesResumed(CLLocationManager) Method

Definition

Location updating has restarted after pausing.

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

Parameters

manager
CLLocationManager

The CLLocationManager for which this is the delegate object.

Implements

Attributes

Applies to