Welcome to the migration learning series. In this video, we will talk about one of the important changes in the Routing API request and response structure ie.
Routing Response in Routing v7 was structured to be
In Routing v8 the response is structured to be
When more detailed attributes about a section is required, then we can request
Let’s see an example in our routing demo tool: demo.routing.ext.here.com
We have a use case to get the
GET https://router.hereapi.com/v8/routes?apikey=YOUR_API_KEY&origin=48.7081,21.2808&destination=45.6377,13.7544&return=polyline,summary,actions,instructions&spans=countryCode,length,typicalDuration&transportMode=truck&routingMode=fast&departureTime=any
Once I click on submit , I will be able to see my route generated with the response details on my right.
Similarly, you can see multiple use cases in the Developer Guide.
Hope you found this video useful. Thank you.
Important place to visit for all other generic help.