Response Element | Type | Description |
---|---|---|
formattedAddress | String | All components of the address, formatted to the country's
standard, on one
line.
or
|
formattedStreetAddress | String | Street portion of the address, including the directional and
street suffix, formatted to the country's standard.
|
formattedLocationAddress | String | Location portion of the address, formatted to the country's
standard.
|
addressNumber | String | House or building number.
|
country | CountryField | Values are based on the ISO 3166-1 standard for country codes (returned in alpha-2, alpha-3, or numeric format). |
admin1 | AdminField | Specifies the largest geographic area, typically a state or
province.
|
admin2 | AdminField | Specifies the secondary geographic area, typically a county or
district.
|
city | AdminField | Specifies a city or town name.
|
neighborhood | AdminField | Specifies a city subdivision or
locality.
|
suburb | AdminField | Mixed-use or residential area within commuting distance of a city
or urban area.
|
borough | AdminField | Unit of local government or other administrative
subdivision.
|
postalCode | String | Main postal code.
|
postalCodeExt | String | Secondary postal code, if one exists. For example, in the US, a
ZIP+4 is 80125-8012.
|
placeName | String | If applicable, indicates the name of the candidate's place or
building.
|
building | String | A roofed and walled structure built for permanent use. |
floor | String | Each level within a building. |
room | String | A single room within a building. |
unit | String | The unit number, such as "3B" . |
unitType | String | A group or suite of rooms within a building that are under common
ownership or tenancy, typically having a common entrance.
(APT , STE ,
FLAT , etc.). |
street | String | Street name only (no directional or street
suffix).
|
score | Integer | Provides a number from 0-100 to indicate how much the input was changed in order to match to the output candidate. It looks at certain fields including the house and unit numbers, street name, directional, and type, as well as postcode and area name fields. A score of 100 means that all the input fields checked exactly matched the output candidate. Available for all countries and the calculation is consistent from one country to another. |
address | ResponseAddress | Displays components of the address. |
addressLines | <String> array> | Displays multiple formatted lines to support the postal standard
of a given country.
|
location | Location | Describes the location type and coordinates. |
parsed | ParsedAddress | Shows how the address was parsed, using the specified addressing process. |
explanation | Explanation | Describes the level of matching for each component of an address. |
customFields | Object | Returns additional information about the address; see Custom Output Fields (All Fields). |
type | String | Feature |
properties | Object | crsName - The coordinate reference system (CRS) used for the
candidate's geocode. Expressed in epsg:nnnn format; the default is
epsg:4326 . |
geometry | Geometry | Provides the candidate's geometry. |