[]
Call Google to geocode an address.
protected override 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. |