[]
Call geocoding service to retrieve the location of an address.
protected abstract LonLat<double> GeoLocateAddress(string address)
Type | Name | Description |
---|---|---|
string | address | Address to geocode. |
Type | Description |
---|---|
LonLat<double> | A point where the X and Y values represent the Longitude and
Latitude of the given If the address cannot be located, the point returned has X and Y values set to double.NaN. |