Hi, since I migrated to v2 routing matrix API I have a problem with supported options…
Here is my request.
{
"origins" : [ {
"point" : {
"latitude" : 52.2792812,
"longitude" : 15.544163
}
} ],
"destinations" : [ {
"point" : {
"latitude" : 52.07971321393808,
"longitude" : 22.483023267954383
}
} ],
"options" : {
"vehicleMaxSpeed" : 40,
"travelMode" : "car"
}
}
It seems that TomTomAPI don’t use this options here.
The result doesn’t differ when in “vehicleMaxSpeed” is 10, 100, 250…
Can you verify this?