GeocodeEssential.

GetLocationsAsync(string) Method

Syntax

public Task<IEnumerable<Location>> GetLocationsAsync(string address)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
address string

Return Value

Type Description
Task<IEnumerable<Location>>