Location.ReducedAccuracy 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個位置是否具有降低的精確度讀取。
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。