Normalize Address
normalizeaddress=[0|1]
The default address
section returns a wide range of elements - from common ones such as road
and country
to obscure ones such as hamlet
, cycleway
, park
. This was done to maintain backward compatibility with OpenStreetMap's Nominatim. To make parsing easier for developers, the normalizeaddress
parameter rolls up elements in the address
section of the response to the list of elements defined below.
Only elements that are available for a given location will be returned in a response. This list may expand in the future.
Element Name | Description |
---|---|
name | House name or Point of Interest (POI) such as a Cafe or School |
house_number | House or Building number |
road | Roads, Highways, Freeways, Motorways |
neighbourhood | Neighbourhoods, Allotments, Quarters, Communities |
suburb | Suburbs, Subdivisions |
island | Islands, Islets |
city | Cities, Towns, Villages, Municipalities, Districts, Boroughs, Hamlets |
county | Counties |
state | States, Provinces, Regions, State Districts |
state_code | State or Province Code |
postcode | Postal Codes, Zipcodes |
country | Countries, Nation-states |
country_code | Country Code - 2 letter (ISO 3166-1 alpha-2) |
Updated about 1 year ago