1 implementation of GetPlacemarksAsync
Microsoft.Maui.Essentials (1)
Geocoding\Geocoding.netstandard.cs (1)
9 public Task<IEnumerable<Placemark>> GetPlacemarksAsync(double latitude, double longitude) =>
2 references to GetPlacemarksAsync
Microsoft.Maui.Essentials (2)
Geocoding\Geocoding.shared.cs (2)
63 Current.GetPlacemarksAsync(latitude, longitude); 104 return geocoding.GetPlacemarksAsync(location.Latitude, location.Longitude);