Udostępnij za pośrednictwem


GeocodingExtensions.GetPlacemarksAsync(IGeocoding, Location) Metoda

Definicja

Pobierz potencjalne znaczniki miejsc dla danej lokalizacji określonej przez Location.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::Maui::Devices::Sensors::Placemark ^> ^> ^ GetPlacemarksAsync(Microsoft::Maui::Devices::Sensors::IGeocoding ^ geocoding, Microsoft::Maui::Devices::Sensors::Location ^ location);
public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.Devices.Sensors.Placemark>> GetPlacemarksAsync (this Microsoft.Maui.Devices.Sensors.IGeocoding geocoding, Microsoft.Maui.Devices.Sensors.Location location);
static member GetPlacemarksAsync : Microsoft.Maui.Devices.Sensors.IGeocoding * Microsoft.Maui.Devices.Sensors.Location -> System.Threading.Tasks.Task<seq<Microsoft.Maui.Devices.Sensors.Placemark>>
<Extension()>
Public Function GetPlacemarksAsync (geocoding As IGeocoding, location As Location) As Task(Of IEnumerable(Of Placemark))

Parametry

geocoding
IGeocoding

Obiekt, na który jest wywoływana ta metoda.

location
Location

Location Wystąpienie do znajdowania w pobliżu znaków zastępczych.

Zwraca

Lista najlepiej pasujących Placemark do współrzędnych lub null jeśli nie znaleziono żadnych znaków zastępczych.

Wyjątki

Wyrzucony, gdy location ma wartość null.

Dotyczy