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 endpoint
This TomTom Orbis Maps endpoint is supported: Reverse Geocode.
Important note: The TomTom Maps Reverse Geocode API endpoint CrossStreet Lookup is not supported.
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.
- Currently supported geopolitical views: Unified, AR, MA, and IL.
- Parameters
returnRoadUse
androadUse
are no longer supported. We recommend using the newer parameterreturnRoadClass
, which returns a market standard road classification.