Route Tracker
Creates a Route Tracker using a specific route from a route result with an option to specify treating coincident stops as a single destination. An exception is thrown if the Route is not found or if it lacks Route.stops and Route.directionManeuvers.
Since
200.1.0
Parameters
A RouteResult generated from route task solve. The RouteResult must contain at least one Route (with Route.stops and Route.directionManeuvers).
Zero-based index into the array of RouteResult.routes, selecting a Route to track. The selected Route must contain Route.stops and Route.directionManeuvers.
True if coincident stops (multiple stops in a row at the same location) should be treated as a single destination, false otherwise. When true, if there are multiple stops in a row at the same network location, the new voice guidance event will fire a single time and calling RouteTracker.switchToNextDestination will skip over the other coincident stops, setting the state to the next relevant direction maneuver. If false, each stop will be treated as a unique destination. If your route does not have coincident stops this parameter will have no effect.