CLLocationManager.DesiredAccuracy 属性

定义

应用首选的准确性。 (粗糙精度消耗更少的功率。)

public virtual double DesiredAccuracy { [Foundation.Export("desiredAccuracy")] get; [Foundation.Export("setDesiredAccuracy:")] set; }
member this.DesiredAccuracy : double with get, set

属性值

默认值为 AccuracyBest

属性

注解

应用程序开发人员应将此值设置为适合其需求的最粗糙分辨率。

适用于