Freigeben über


Geocoding.GetLocationsAsync(String) Methode

Definition

Rufen Sie potenzielle Standorte für eine bestimmte Adresse ab.

public:
 static System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::Maui::Devices::Sensors::Location ^> ^> ^ GetLocationsAsync(System::String ^ address);
public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.Devices.Sensors.Location>> GetLocationsAsync (string address);
static member GetLocationsAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.Maui.Devices.Sensors.Location>>
Public Shared Function GetLocationsAsync (address As String) As Task(Of IEnumerable(Of Location))

Parameter

address
String

Adresse, für die der Speicherort abgerufen werden soll.

Gibt zurück

Liste der Location am besten mit der Adresse übereinstimmt oder null wenn keine Speicherorte gefunden werden.

Gilt für: