Share via


CLLocationManager.StartMonitoringSignificantLocationChanges Method

Definition

Starts monitoring for significant changes.

[Foundation.Export("startMonitoringSignificantLocationChanges")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void StartMonitoringSignificantLocationChanges();
[<Foundation.Export("startMonitoringSignificantLocationChanges")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member StartMonitoringSignificantLocationChanges : unit -> unit
override this.StartMonitoringSignificantLocationChanges : unit -> unit
Attributes

Remarks

This is the most energy-efficient monitoring mode and primarily relies on cellphone-tower changes. It is most appropriate for applications that do not have precise location-monitoring needs.

Applies to