Migration Guide
Public Preview Notice
Important notes:
- This TomTom Orbis API is in public preview.
- This API is powered by TomTom Orbis Maps.
- See the TomTom Orbis Maps documentation for more information.
Where do I find the new endpoints
The following endpoints are supported:
- Reverse Geocode
Please notice that following endpoints are not supported in TomTom Orbis Maps Reverse Geocode API:
- CrossStreet Lookup
The new Orbis Reverse Geocode API endpoint has the following prefix:
get
URL request example
https://api.tomtom.com/maps/orbis/places/reverseGeocode/...
instead of
get
URL request example
https://api.tomtom.com/search/{versionNumber}/reverseGeocode/...
Please check the respective endpoint documentation page for details.
Changes in the parameters or responses
Important note:
- Either the
apiVersion
URL parameter or theTomTom-Api-Version
header needs to be present.
- Only the Unified view is currently supported; no geopolitical views are available.
- Parameters
returnRoadUse
androadUse
are no longer supported. We recommend using the newer parameterreturnRoadClass
, which returns a market standard road classification.