Geocode tutorials
The /geocode
endpoint is used to find the geo-coordinates of a known address, place, locality or administrative area, even if the query is incomplete or partly incorrect. It also returns a complete postal address string and address details.
- Depending on the query, the
/geocode
endpoint returns results of typehouseNumber
,place
,street
,postalCodePoint
,locality
,administrativeArea
- The query can be formulated as free-form text, as a set of qualified address components or as a combination of these two types - "hybrid" query
- Additionally, the application can restrict results to a specific area or set a spatial context for the location-based search
The following tutorials are available for the /geocode
endpoint:
- Geocode an address
- Geocode an area
- Geocode a place
- Using result scoring
- Using house number fallback
- Limit results to one or several countries
- Using spatial references
- Formulate a qualified query
- Formulate a hybrid query
- Address lookup by postal code and house number
- Address lookup by postal code (SGP, IRL)
- How to request and use parsing information
- How to exclude place results
For more information, see the API Reference.