Suggested routes for TRUCKS?

its possible using direction to create routes for trucks only? Actually i have gps points coming from trucks its possible to use this points to make suggested routes base on the gps points i have?

Hi @maro22,

you can use the driving-hgv endpoint for routes with trucks. Please make sure you check if the restriction information(max_width, max_height, max_weight…) is sufficient for your use case in the area where you want to use it.
Our API allows for a maximum of 50 input coordinates. If you need more, you would need to use a self hosted openrouteservice instance and adjust the limit.

Best regards