IGeocoding.GetLocationsAsync(String) Metodo

Definizione

Recuperare le posizioni potenziali per un determinato indirizzo.

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

Parametri

address
String

Indirizzo per recuperare la posizione per.

Restituisce

Elenco di Location che corrisponde meglio all'indirizzo o null se non vengono trovate posizioni.

Si applica a