GeolocationRequest.RequestFullAccuracy 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定是否要求完整許可權,以暫時使用具有完整精確度的位置服務。
public:
property bool RequestFullAccuracy { bool get(); void set(bool value); };
public bool RequestFullAccuracy { get; set; }
member this.RequestFullAccuracy : bool with get, set
Public Property RequestFullAccuracy As Boolean
屬性值
True 會要求完整精確度,false 只會要求粗略的位置。
備註
此值僅適用於 iOS 14+。 使用此功能需要 NSLocationTemporaryUsageDescriptionDictionary
檔案中 info.plist
存在金鑰。