Step Details | |
| Introduced in Version | 4.0.0 |
| Last Modified in Version | 7.12.0 |
| Location | Integration > Google |
The Get Address Information step utilizes Google's Geocoding API to return the formatted address, the latitude, and the longitude for a location. Multiple coordinates will be returned if multiple results exist for the same address.
Properties
Inputs
| Property | Description | Data Type |
|---|---|---|
| Address | Address of the location to retrieve coordinates from. | String |
| Google Cloud API Key | The Google Cloud API Key to connect with Google's API. | String |
| Postal Code | 5 or 9-digit zip code for the location. | String |
| Region | The geographical region of the location. | String |
Outputs
| Property | Description | Data Type |
|---|---|---|
| Formatted Address | Address given by Google. | String |
| Latitude | The measurement of distance north or south of the Equator. | Double |
| Longitude | The measurement of distance east or west of the Prime Meridian. | Double |

Related Information
Example Labs:
Google Maps Integration