---
title: "Get Address Information"
slug: "get-address-information"
updated: 2026-06-26T14:19:58Z
published: 2026-06-26T14:19:58Z
canonical: "documentation.decisions.com/get-address-information"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Address Information

## Overview

| ## Step Details |
| --- |
| **Introduced in Version** | 3.0.0 |
| **Last Modified in Version** | 8.0.0 |
| **Location** | Integration > Google |

The **Get Address Information** step utilizes [Google's Geocoding API](https://developers.google.com/maps/documentation/geocoding/start) to return the formatted address, the latitude and longitude for a location. If there are multiple results for the same address, then multiple coordinates will be returned.

---

## Properties

#### Inputs

| Property | Description | Data Type |
| --- | --- | --- |
|  | Address | The physical address for the location | String |
|  | Google Cloud API Key | The [API key](https://developers.google.com/maps/documentation/geocoding/get-api-key?hl=en) used with Google's Geocoding API that authenticates requests | String |
|  | Postal Code | The postal code for the address | String |
|  | Region | Limits searches to specific regions based on an entered country code. | String |

#### Outputs

| Property | Description | Data Type |
| --- | --- | --- |
|  | Formatted Address | The formatted address for a location | String |
|  | Latitude | The latitude for the address | Double |
|  | Longitude | The longitude for the addresss | Double |
|  | Coordinates | If multiple results are returned, each item will be displayed with its Formatted Address, Latitude and Longitude fields. | List of GoogleGeoCoordinate |

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1779132040312.png)
