itinero / routing

The routing core of itinero.
Apache License 2.0
221 stars 70 forks source link

U-Turn instruction support #265

Closed alexshikov closed 5 years ago

alexshikov commented 5 years ago

In our app, when the route and instructions are constructed we never get U-Turn instruction.

I can't find any mention of U-Turn support in navigation instructions. Is that something is not implemented or I'm just missing it?

Is RelativeDirectionEnum.TurnBack means U-Turn?

xivk commented 5 years ago

Yes, that means a U-turn. The instructions could indeed be made better.