# HERE Global Address

HERE provides comprehensive global address data with standardised formats across 240+ countries and territories.

## Essential Elements[​](#essential-elements "Direct link to Essential Elements")

### ID[​](#id "Direct link to ID")

`id`string

Unique identifier for the address

### Dataset[​](#dataset "Direct link to Dataset")

`dataset`string

The HERE dataset to query against

* Values

  * "herewe"
  * "heret"
  * "heresa"
  * "hereo"
  * "herena"
  * "heremeas"
  * "heremea"
  * "herem"
  * "herei"
  * "herehk"
  * "hereee"
  * "hereap"

### Country ISO[​](#country-iso "Direct link to Country ISO")

`country_iso`string

Three character country code based on ISO Standard 3166.

Can be empty string "" if not present.

* Example

  `ITA`

### Language[​](#language "Direct link to Language")

`language`string

Language Code of Address and Building Name for the Point Address.

* Example

  `it`

### Address[​](#address "Direct link to Address")

`address`string

Address / House Number uniquely identifying the address along the specified road link.

Can be empty string `""` if not present.

* Example

  `16`

***

## Address Lines[​](#address-lines "Direct link to Address Lines")

### Address Line One[​](#address-line-one "Direct link to Address Line One")

`line_1`string

First address line.

Can be empty string `""` if not present.

* Example

  `16 Via Giuseppe Garibaldi`

### Address Line Two[​](#address-line-two "Direct link to Address Line Two")

`line_2`string

Second address line.

Can be empty string `""` if not present.

### Address Line Three[​](#address-line-three "Direct link to Address Line Three")

`line_3`string

Third address line.

Can be empty string `""` if not present.

### Address Line Four[​](#address-line-four "Direct link to Address Line Four")

`line_4`string

Fourth address line.

Can be empty string `""` if not present.

### Address Line Five[​](#address-line-five "Direct link to Address Line Five")

`line_5`string

Fifth address line.

Can be empty string `""` if not present.

***

## Location Details[​](#location-details "Direct link to Location Details")

### Building Name[​](#building-name "Direct link to Building Name")

`building_name`string

Name of the Building to which the Point Address is associated.

Can be empty string `""` if not present.

### Street Name[​](#street-name "Direct link to Street Name")

`street_name`string

The full spelling of the street name, including Prefix, Base Name, Suffix, Street Type, and Direction on Sign.

* Example

  `Via Giuseppe Garibaldi`

### Postal Code[​](#postal-code "Direct link to Postal Code")

`postal_code`string

Full postal code; could be numeric or alphanumeric postal code.

Can be empty string `""` if not present.

* Example

  `35020`

***

## Geographical Information[​](#geographical-information "Direct link to Geographical Information")

### Latitude[​](#latitude "Direct link to Latitude")

`latitude`oneOf

* string

  Empty string \`""\` if not available

* number

  Latitude of the display position for the Point Address.

### Longitude[​](#longitude "Direct link to Longitude")

`longitude`oneOf

* string

  Empty string \`""\` if not available

* number

  Longitude of the display position for the Point Address.

### Delivery Latitude[​](#delivery-latitude "Direct link to Delivery Latitude")

`delivery_latitude`oneOf

* string

  Empty string \`""\` if not available

* number

  Latitude defining the arrival position of the Point Address.

### Delivery Longitude[​](#delivery-longitude "Direct link to Delivery Longitude")

`delivery_longitude`oneOf

* string

  Empty string \`""\` if not available

* number

  Longitude defining the arrival position of the Point Address.

***

## Administrative Areas[​](#administrative-areas "Direct link to Administrative Areas")

### Order 1 Name[​](#order-1-name "Direct link to Order 1 Name")

`order1_name`string

Identifies the highest administrative level in which a country can be subdivided.

* Example

  `Veneto`

### Order 2 Name[​](#order-2-name "Direct link to Order 2 Name")

`order2_name`string

Identifies an intermediate administrative level of a country and is a sub-division of an Order-1 area. Only countries with a five (or more) level administrative hierarchy have Order-2 administrative levels defined. This feature can be used for destination selection and map display.

* Example

  `Padova`

### Order 8 Name[​](#order-8-name "Direct link to Order 8 Name")

`order8_name`string

Identifies the lowest level of the country's administrative hierarchy that is present country- wide. (No gaps exist in the coverage.)

* Example

  `Brugine`

### Built-up Name[​](#built-up-name "Direct link to Built-up Name")

`builtup_name`string

Identifies the lowest administrative level for a country. This level does not cover the entire country, (as opposed to the Order-8 Area level which does cover the entire country). This feature should be used in conjunction with Zone and Order-8 Area for destination selection. The Built-up Area polygon, as published in RDF\_CARTO, can also be used for map display.
