3 references to GeolocationListeningRequest
Microsoft.Maui.Essentials (3)
Geolocation\Geolocation.shared.cs (2)
60
Task<bool> StartListeningForegroundAsync(
GeolocationListeningRequest
request);
148
public static Task<bool> StartListeningForegroundAsync(
GeolocationListeningRequest
request) =>
Geolocation\Geolocation.uwp.cs (1)
76
public async Task<bool> StartListeningForegroundAsync(
GeolocationListeningRequest
request)