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,如果精確度未減少則為 false。

備註

這項功能僅適用於 iOS。 其他平臺一律會回報 false。

適用於