1 implementation of GetPlacemarksAsync
Microsoft.Maui.Essentials (1)
Geocoding\Geocoding.ios.tvos.watchos.macos.cs (1)
11
public async 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);