Geocoding.GetLocationsAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve location for a given address.
public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Xamarin.Essentials.Location>> GetLocationsAsync (string address);
Parameters
- address
- System.String
Address to retrieve the lcoation for.
Returns
List of locations that best match the address or null if none found.