I am running the TomTom route api.
This is the url.
https://api.tomtom.com/routing/1/calculateRoute/7.841327000000001,6.745921000000001:7.840205322,6.746850516?key=mykey>&routeType=fastest
The distance shows 176 meters.
When i run the same api changing the routeType = 'thrilling', as shown below
https://api.tomtom.com/routing/1/calculateRoute/7.841327000000001,6.745921000000001:7.840205322,6.746850516?key=mykey>&routeType=thrilling
I still get the same distancee of 176 mtr
But the GUI website for tomtom route shows different results.
I looked for the route between same coordinates on the Tomtom GUI for route.
First: (fastest)
I got distance as 190 yards
Second: (thrill)
I got distance as 3 miles.
My main concern is it is showing correct results while using mydrive.tomtom.com , but through API, the routeType option is not working.
Please help