1 implementation of GetLocationAsync
Microsoft.Maui.Essentials (1)
Geolocation\Geolocation.netstandard.tvos.watchos.cs (1)
14 public Task<Location?> GetLocationAsync(GeolocationRequest request, CancellationToken cancellationToken) =>
3 references to GetLocationAsync
Microsoft.Maui.Essentials (3)
Geolocation\Geolocation.shared.cs (3)
110 Current.GetLocationAsync(request, cancelToken); 201 geolocation.GetLocationAsync(new GeolocationRequest(), default); 211 geolocation.GetLocationAsync(request ?? new GeolocationRequest(), default);