Share via


Geocoding.GetLocationsAsync(String) Method

Definition

Retrieve potential locations for a given address.

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))

Parameters

address
String

Address to retrieve the location for.

Returns

List of Location that best match the address or null if no locations are found.

Applies to