10 references to GeolocationAccuracy
Microsoft.Maui.Essentials (10)
Geolocation\GeolocationListeningRequest.shared.cs (5)
15
: this(
GeolocationAccuracy
.Default)
23
public GeolocationListeningRequest(
GeolocationAccuracy
accuracy)
33
public GeolocationListeningRequest(
GeolocationAccuracy
accuracy, TimeSpan minimumTime)
49
public
GeolocationAccuracy
DesiredAccuracy { get; set; } =
GeolocationAccuracy
.Default;
Geolocation\GeolocationRequest.shared.cs (4)
57
DesiredAccuracy =
GeolocationAccuracy
.Default;
64
public GeolocationRequest(
GeolocationAccuracy
accuracy)
75
public GeolocationRequest(
GeolocationAccuracy
accuracy, TimeSpan timeout)
89
public
GeolocationAccuracy
DesiredAccuracy { get; set; }
Types\Location.shared.cs (1)
156
/// <para>Requires <see cref="Accuracy"/> to be <see cref="
GeolocationAccuracy
.High"/> or better