Geocoding.GetLocationsAsync(String) Method

Definition

Retrieve location for a given address.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Xamarin.Essentials.Location>> GetLocationsAsync (string address);

Parameters

address
String

Address to retrieve the lcoation for.

Returns

List of locations that best match the address or null if none found.

Applies to