Location.ReducedAccuracy 属性

定义

获取或设置此位置的准确度读数是否降低。

public:
 property bool ReducedAccuracy { bool get(); void set(bool value); };
public bool ReducedAccuracy { get; set; }
member this.ReducedAccuracy : bool with get, set
Public Property ReducedAccuracy As Boolean

属性值

如果准确度降低,则为 True;如果未降低准确度,则为 false。

注解

此功能仅适用于 iOS。 其他平台将始终报告 false。

适用于