CLLocationManager.DesiredAccuracy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.