Share via


GeolocationRequest.RequestFullAccuracy Property

Definition

Gets or sets whether to request full permission to temporarily use ___location services with full accuracy.

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

Property Value

True will request full accuracy, false requests only the coarse ___location.

Remarks

This value is only used on iOS 14+. Using this functionality requires the NSLocationTemporaryUsageDescriptionDictionary key to be present in the info.plist file.

Applies to