'How many times vehicle passes on same route

Can we define how many times vehicle should pass on a same route? Basically we need an API in here maps where we can configure/define how many times a vehicle should pass on a same route?



Solution 1:[1]

You can set "passthrough" via waypoints: https://developer.here.com/documentation/routing-api/dev_guide/topics/waypoint.html These allow you to direct the route. I have succesfully set 1500+ passthrough waypoints in iOS, and hundreds via the javascript api (approx 250 as GET parameters). Experiment with your own maximum if you need many waypoints. Note that if you don't set the waypoints as "passthrough" they are stopover waypoints and will be announced during voice guided navigation.

Here is a video showing multiple passes of the same locations in one voice guided navigation session: https://youtu.be/j8rFZAdqBkk

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1