7 references to GeolocationError
Microsoft.Maui.Essentials (7)
Geolocation\Geolocation.ios.macos.cs (4)
162
void HandleError(
GeolocationError
error)
224
internal Action<
GeolocationError
>? ErrorHandler { get; set; }
241
ErrorHandler?.Invoke(
GeolocationError
.PositionUnavailable);
249
ErrorHandler?.Invoke(
GeolocationError
.Unauthorized);
Geolocation\Geolocation.shared.cs (1)
185
internal void OnLocationError(
GeolocationError
geolocationError) =>
Geolocation\GeolocationListeningFailedEventArgs.shared.cs (2)
14
public
GeolocationError
Error { get; }
20
public GeolocationListeningFailedEventArgs(
GeolocationError
geolocationError)