Addresses

We've made our Address Object versatile so you can use it the way you need it.

Address Object

Changes since API version 2019-02-01

2019-10-08 - New Fields

Three new fields added to Address:full_name,phone_number, email.

Attribute

Type

Description

street_name

string

The street name of the Address.

building

string

The building number of the Address.

zip_code

string

The zip code of the Address.

city

string

The city of the Address.

country

string

The country of the Address.

geo

array

The geo position of the Address.

raw

object

All information from the service, e.g. address, country, zip code, etc.

alias

string

The alias of the Address.

organization_name

string

The name of the organization at the given address if applicable.

service

string

The service used for Address. Default is Google.

full_name

string

The full name of the person associated with the Address.

e.g.: "Jane Doe".

email

string

The email associated with the Address.

We currently support localization with Google.

Retrieve an Address

Arguments

Type

Description

service

string

We currently support Google.

query

string

Query is what you want to search for, e.g.: "Tordenskioldsgate 3, Oslo."

type

string

Define your search parameter, i.e. street name, zip code, etc.

Last updated