6 references to GeolocationError
Microsoft.Maui.Essentials (6)
Geolocation\Geolocation.shared.cs (1)
185
internal void OnLocationError(
GeolocationError
geolocationError) =>
Geolocation\Geolocation.uwp.cs (3)
129
GeolocationError
error;
133
error =
GeolocationError
.Unauthorized;
137
error =
GeolocationError
.PositionUnavailable;
Geolocation\GeolocationListeningFailedEventArgs.shared.cs (2)
14
public
GeolocationError
Error { get; }
20
public GeolocationListeningFailedEventArgs(
GeolocationError
geolocationError)