Android here sdk premium version 3.18.5
Here sdk is not using weight parameter or I'm using it in a wrong way. My base route settings:
routePlan.routeOptions.routeType = RouteOptions.Type.FASTEST
routePlan.routeOptions.transportMode = RouteOptions.TransportMode.TRUCK
I checked different combinations of truckLimitedWeight and truckWeightPerAxle parameters without luck. Router still returns routes through the road with a 5t or a 3.5 weight restriction. Is there any other setting that should be set to achive weight restrictions aware truck routing?