Migration Guide
Where do I find the new end points
The Orbis Routing API end point is:
get
URL request format
https://{baseURL}/maps/orbis/routing/calculateRoute/{routePlanningLocations}/{contentType}?key={Your_API_Key}&apiVersion={apiVersion}&{param=value}
Changes in the parameters or responses
- Either
apiVersionquery parameter orTomTom-Api-Versionheader needs to be present. - The query parameter
sectionTypehas no default in Orbis.- Please request
travelModesections as needed in Orbis.
- Please request
- The query parameter
routeTypehas a new set of values in Orbis:fast,short,efficient, andthrilling.- Please use
fastinstead offastest,shortinstead ofshortest, andefficientinstead ofeco.
- Please use
- The POST data parameter
routeTypein thelegsobject has a new set of values in Orbis:fast,short,efficient, andthrilling.- Please use
fastinstead offastest,shortinstead ofshortest, andefficientinstead ofeco.
- Please use
- The query parameter
traffichas a new set of values in Orbis:liveandhistorical.- Please use
liveinstead oftrueandhistoricalinstead offalse.
- Please use
- The query parameter
reconstructionModehas a new set of values in Orbis:track,route, andupdate.- Please use
trackinstead ofnormalandrouteinstead ofstrict.
- Please use
- The query parameter
travelModeonly supportscarin Orbis.
Changes in the features
- Only the
calculateRouteservice is available in Orbis. - Only JSON responses are supported in Orbis.
- The base path parameter
contentTypemust be set tojsonin Orbis.- As a consequence, the
statusCodefield is not provided in the response in Orbis.
- As a consequence, the
- The query parameter
callbackhas been removed in Orbis.
- The base path parameter
- Guidance instructions including lanes sections are not supported in Orbis.
- The query parameter
instructionsTypehas been removed in Orbis.- As a consequence, the
guidancefield is not provided in the response in Orbis.
- As a consequence, the
- The query parameter
languagehas been removed in Orbis. - The query parameter
instructionAnnouncementPointshas been removed in Orbis. - The query parameter
instructionPhoneticshas been removed in Orbis. - The query parameter
instructionRoadShieldReferenceshas been removed in Orbis.- As a consequence, the
roadShieldAtlasReferencefield is not provided in the response in Orbis.
- As a consequence, the
- The query parameter
sectionTypedoes not supportlanesin Orbis.- As a consequence, sections with
sectionTypeLANESare not provided in the response in Orbis.
- As a consequence, sections with
- The query parameter
- The query parameter
sectionTypedoes not supportroadShieldsin Orbis.- As a consequence, sections with
sectionTypeROAD_SHIELDSare not provided in the response in Orbis. - As a consequence, the
roadShieldAtlasReferencefield is not provided in the response in Orbis.
- As a consequence, sections with
- The query parameter
sectionTypedoes not supporttollRoadsandtollVignettein Orbis.- As a consequence, sections with
sectionTypeTOLL_ROADare not provided in the response in Orbis. - As a consequence, sections with
sectionTypeTOLL_VIGNETTEare not provided in the response in Orbis. - As a consequence, sections with
sectionTypeTOLLprovide sections which include either a usage-based toll or toll vignette, in the response in Orbis.
- As a consequence, sections with
- The base path parameter
routePlanningLocationsdoes not supportcirclewaypoints in Orbis. - The query parameter
coordinatePrecisionhas been removed in Orbis.- Responses contain full precision coordinates in Orbis.
- The query parameter
computeBestOrderhas been removed in Orbis.- As a consequence, the
optimizedWaypointsfield is not provided in the response in Orbis.
- As a consequence, the
- The query parameter
routeRepresentationdoes not supportsummaryOnlyandnonein Orbis. - The query parameter
computeTravelTimeForhas been removed in Orbis.- As a consequence, the
noTrafficTravelTimeInSeconds,historicTrafficTravelTimeInSeconds, andliveTrafficIncidentsTravelTimeInSecondsfields are not provided in the response in Orbis.
- As a consequence, the
- The query parameter
reporthas been removed in Orbis.- As a consequence, the
effectiveSettingsfield is not provided in the response in Orbis.
- As a consequence, the
- The query parameter
preferhas been removed in Orbis. - The query parameter
sectionTypedoes not supporthandsFreeDrivingin Orbis.- As a consequence, sections with
sectionTypeHANDS_FREE_DRIVINGare not provided in the response in Orbis.
- As a consequence, sections with
- The query parameter
handsFreeDrivingCapabilityhas been removed in Orbis. - The query parameter
hillinesshas been removed in Orbis. - The query parameter
windingnesshas been removed in Orbis. - The query parameter
vehicleAxleWeighthas been removed in Orbis. - The query parameter
vehicleNumberOfAxleshas been removed in Orbis. - The query parameter
vehicleLengthhas been removed in Orbis. - The query parameter
vehicleWidthhas been removed in Orbis. - The query parameter
vehicleHeighthas been removed in Orbis. - The query parameter
vehicleCommercialhas been removed in Orbis. - The query parameter
vehicleLoadTypehas been removed in Orbis. - The query parameter
vehicleAdrTunnelRestrictionCodehas been removed in Orbis. - The query parameter
chargeMarginsInkWhhas been removed in Orbis.- As a consequence, the
reachableRouteOffsetsfield is not provided in the response in Orbis.
- As a consequence, the
- The POST data parameter
avoidVignettehas been removed in Orbis. - The POST data parameter
allowVignettehas been removed in Orbis. - The POST data parameter
reassessmentParameterSetshas been removed in Orbis.- As a consequence, the
routeReassessmentsfield is not provided in the response in Orbis.
- As a consequence, the
- The POST data parameter
hillinessin thelegsobject has been removed in Orbis. - The POST data parameter
windingnessin thelegsobject has been removed in Orbis.