After many tests on HERE API examples, I have problem with calculating proper route respecting truck restrictions. The restrictions are not respected and route goes through them.
Here provides page where I perform tests (one of many similar): https://tcs.ext.here.com/examples/v3/fleet_telematics_api
I use "Expert Mode" since I'd like to provide URL from documentation which doesn't respect "t" and "m" letters in length/weight parameters. My URL for example has following parameters (please replace app_id and app_code:
As you can see, the route has 2 alternative calculations. Unfortunately, both of them violate truck restrictions at very beginning of route. I provide screenshot with details:
https://mobitum.com/route-description.png
and map without track to visualise restrictions:
https://mobitum.com/route-no-track.png
Am I doing something wrong or my parameters are misplaced? I'm just expecting properly calculated route for truck with restrictions respected ;-(