CLLocationManager.DesiredAccuracy Property

Definition

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

public virtual double DesiredAccuracy { [Foundation.Export("desiredAccuracy")] get; [Foundation.Export("setDesiredAccuracy:")] set; }
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