one of my partners uses PTV Developer Routing API to calculate routes including maneuver events: On the one hand he wants to visualize dedicated icons in the map that show the user what kind of maneuver is expected at a specidif location. That can be done via
- the coordinates
- the type
- the relative direction
But as he also wants to create some online navigation based on the API hw wonders when to inform the user about some
- in 200 meters turn left
- in the roundabout take the 3rd exit
- leaving a highways (I prefer that info 1-2km in advance)
- leaving an urban road (probably a smaller horizon is sufficient)
Bernd