There is this truck restrictions map in the Here website.
But this only shows an image which is not of much use. Is there any way to get the info in a proper format?
There is this truck restrictions map in the Here website.
But this only shows an image which is not of much use. Is there any way to get the info in a proper format?
Please try our Fleet Telematics Advanced Data Sets product. The HERE Fleet Telematics Advanced Data Sets is a REST API that allows you to use HERE core map data that is not accessible through other HERE APIs, including tiles, data records and attributes.
For truck related, we have TRUCK_RESTR_FC1...5(Truck restriction info for routing) and TRUCK_SPEED_LIMITS_FC1...5 (Truck speed limit info) layers to providing truck restriction and speed limit attributes.
For example, to get one particular tile with truck restrictions, you can use below API call https://s.fleet.ls.hereapi.com/1/tile.json?layer=TRUCK_RESTR_FC3&level=11 &tilex=2146&tiley=1594&apiKey={YOUR_API_KEY}
Please check the developer documentation here for details.