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
apiVersion
query parameter orTomTom-Api-Version
header needs to be present. - The query parameter
sectionType
has no default in Orbis.- Please request
travelMode
sections as needed in Orbis.
- Please request
- The query parameter
routeType
has a new set of values in Orbis:fast
,short
,efficient
, andthrilling
.- Please use
fast
instead offastest
,short
instead ofshortest
, andefficient
instead ofeco
.
- Please use
- The POST data parameter
routeType
in thelegs
object has a new set of values in Orbis:fast
,short
,efficient
, andthrilling
.- Please use
fast
instead offastest
,short
instead ofshortest
, andefficient
instead ofeco
.
- Please use
- The query parameter
traffic
has a new set of values in Orbis:live
andhistorical
.- Please use
live
instead oftrue
andhistorical
instead offalse
.
- Please use
- The query parameter
reconstructionMode
has a new set of values in Orbis:track
,route
, andupdate
.- Please use
track
instead ofnormal
androute
instead ofstrict
.
- Please use
- The query parameter
travelMode
only supportscar
in Orbis.
Changes in the features
- Only the
calculateRoute
service is available in Orbis. - Only JSON responses are supported in Orbis.
- The base path parameter
contentType
must be set tojson
in Orbis.- As a consequence, the
statusCode
field is not provided in the response in Orbis.
- As a consequence, the
- The query parameter
callback
has been removed in Orbis.
- The base path parameter
- Only the electric detailed consumption model is supported in Orbis.
- The query parameter
constantSpeedConsumptionInLitersPerHundredkm
has been removed in Orbis.- As a consequence, the
fuelConsumptionInLiters
field is not provided in the response in Orbis.
- As a consequence, the
- The query parameter
currentFuelInLiters
has been removed in Orbis. - The query parameter
auxiliaryPowerInLitersPerHour
has been removed in Orbis. - The query parameter
fuelEnergyDensityInMJoulesPerLiter
has been removed in Orbis.
- The query parameter
- Guidance instructions including lanes sections are not supported in Orbis.
- The query parameter
instructionsType
has been removed in Orbis.- As a consequence, the
guidance
field is not provided in the response in Orbis.
- As a consequence, the
- The query parameter
language
has been removed in Orbis. - The query parameter
instructionAnnouncementPoints
has been removed in Orbis. - The query parameter
instructionPhonetics
has been removed in Orbis. - The query parameter
instructionRoadShieldReferences
has been removed in Orbis.- As a consequence, the
roadShieldAtlasReference
field is not provided in the response in Orbis.
- As a consequence, the
- The query parameter
sectionType
does not supportlanes
in Orbis.- As a consequence, sections with
sectionType
LANES
are not provided in the response in Orbis.
- As a consequence, sections with
- The query parameter
- The query parameter
sectionType
does not supportroadShields
in Orbis.- As a consequence, sections with
sectionType
ROAD_SHIELDS
are not provided in the response in Orbis. - As a consequence, the
roadShieldAtlasReference
field is not provided in the response in Orbis.
- As a consequence, sections with
- The query parameter
sectionType
does not supporttollRoads
andtollVignette
in Orbis.- As a consequence, sections with
sectionType
TOLL_ROAD
are not provided in the response in Orbis. - As a consequence, sections with
sectionType
TOLL_VIGNETTE
are not provided in the response in Orbis. - As a consequence, sections with
sectionType
TOLL
provide 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
routePlanningLocations
does not supportcircle
waypoints in Orbis. - The query parameter
coordinatePrecision
has been removed in Orbis.- Responses contain full precision coordinates in Orbis.
- The query parameter
computeBestOrder
has been removed in Orbis.- As a consequence, the
optimizedWaypoints
field is not provided in the response in Orbis.
- As a consequence, the
- The query parameter
routeRepresentation
has been removed in Orbis. - The query parameter
computeTravelTimeFor
has been removed in Orbis.- As a consequence, the
noTrafficTravelTimeInSeconds
,historicTrafficTravelTimeInSeconds
, andliveTrafficIncidentsTravelTimeInSeconds
fields are not provided in the response in Orbis.
- As a consequence, the
- The query parameter
report
has been removed in Orbis.- As a consequence, the
effectiveSettings
field is not provided in the response in Orbis.
- As a consequence, the
- The query parameter
departAt
has been removed in Orbis. - The query parameter
arriveAt
has been removed in Orbis. - The query parameter
prefer
has been removed in Orbis. - The query parameter
sectionType
does not supporthandsFreeDriving
in Orbis.- As a consequence, sections with
sectionType
HANDS_FREE_DRIVING
are not provided in the response in Orbis.
- As a consequence, sections with
- The query parameter
handsFreeDrivingCapability
has been removed in Orbis. - The query parameter
hilliness
has been removed in Orbis. - The query parameter
windingness
has been removed in Orbis. - The query parameter
vehicleMaxSpeed
has been removed in Orbis. - The query parameter
vehicleAxleWeight
has been removed in Orbis. - The query parameter
vehicleNumberOfAxles
has been removed in Orbis. - The query parameter
vehicleLength
has been removed in Orbis. - The query parameter
vehicleWidth
has been removed in Orbis. - The query parameter
vehicleHeight
has been removed in Orbis. - The query parameter
vehicleCommercial
has been removed in Orbis. - The query parameter
vehicleLoadType
has been removed in Orbis. - The query parameter
vehicleAdrTunnelRestrictionCode
has been removed in Orbis. - The query parameter
chargeMarginsInkWh
has been removed in Orbis.- As a consequence, the
reachableRouteOffsets
field is not provided in the response in Orbis.
- As a consequence, the
- The query parameter
arrivalSidePreference
has been removed in Orbis. - The POST data parameter
avoidVignette
has been removed in Orbis. - The POST data parameter
allowVignette
has been removed in Orbis. - The POST data parameter
reassessmentParameterSets
has been removed in Orbis.- As a consequence, the
routeReassessments
field is not provided in the response in Orbis.
- As a consequence, the
- The POST data parameter
hilliness
in thelegs
object has been removed in Orbis. - The POST data parameter
windingness
in thelegs
object has been removed in Orbis.