U-turn in route

After leaving the motorway, I think you should
go round the SS617 roundabout
instead of making a U-turn to join the SS617

directions/driving-car/geojson

body : {“coordinates”:[[10.92400,43.93007],[9.30144,45.07432]],“instructions”:“false”,“language”:“it”}

Alessadro Batisti

ulysseonthetruck

Hey,

this is an unfortunate restriction of the routing algorithm that is being used by default.
It is the default, since it is the most performant algorithm.

You can change the used algorithm by adding an avoidable, e.g. “avoid ferries”.
In our public clients, this option is available. When using the API, add

"options":{"avoid_features":["ferries"]}

to your request body.

Best regards

1 Like