Share via


CLLocationManager.DesiredAccuracy Property

Definition

The accuracy preferred by the app. (Coarser accuracies consume less power.)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual double DesiredAccuracy { [Foundation.Export("desiredAccuracy")] get; [Foundation.Export("setDesiredAccuracy:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("desiredAccuracy")>]
[<set: Foundation.Export("setDesiredAccuracy:")>]
member this.DesiredAccuracy : double with get, set

Property Value

The default value is AccuracyBest.

Attributes

Remarks

Application developers should set this value to the coarsest resolution suitable to their needs.

Applies to