GetGeocode
Google Geocoding: Retrieve geocode information for an address from Google.
Input
| Name | Type | Description |
| Address | String |
The address to look up. This can be a comma separated latitude and longitude for reverse geocoding. |
Output
| Name | Type | Description |
| Area | String | The name of the area containing the address (i.e state, province, etc.). |
| Coordinates | String | The longitude and latitude of the address. |
| CountryCode | String | The 2 character country code. |
| CountryName | String | The common name of the country. |
| LatNorth | String | The latitude of the north side of the address. |
| LatSouth | String | The latitude of the south side of the address. |
| Locality | String | The name of the locality containing the address (i.e city, township, etc.). |
| LonEast | String | The longitude of the east side of the address. |
| LonWest | String | The longitude of the west side of the address. |
| PostalCode | String | The postal code for the address, if any. |
| ThoroughFare | String | The name of the thoroughfare where the address is located. |