How many times vehicle passes on same route

104 Views Asked by At

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?

1

There are 1 best solutions below

6
On

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