1 implementation of ListeningFailed
Microsoft.Maui.Essentials (1)
Geolocation\Geolocation.shared.cs (1)
177 public event EventHandler<GeolocationListeningFailedEventArgs>? ListeningFailed;
2 references to ListeningFailed
Microsoft.Maui.Essentials (2)
Geolocation\Geolocation.shared.cs (2)
133 add => Current.ListeningFailed += value; 134 remove => Current.ListeningFailed -= value;