GeolocationRequest.RequestFullAccuracy 屬性

定義

取得或設定是否要求完整許可權,以暫時使用具有完整精確度的位置服務。

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 存在金鑰。

適用於