create static method

RouteTracker? create({
  1. required RouteResult routeResult,
  2. required int routeIndex,
  3. required bool skipCoincidentStops,
})

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 ArcGISRoute is not found or if it lacks ArcGISRoute.stops and ArcGISRoute.directionManeuvers.

Parameters: