RouteReplanningEngineOptions
constructor(routeUpdateMode: RouteUpdateMode = DEFAULT_ROUTE_UPDATE_MODE, replanRouteInterval: Duration = DEFAULT_REPLAN_ROUTE_INTERVAL, validRemainingRouteDuration: Duration = DEFAULT_VALID_ROUTE_DURATION_REMAINING)
Parameters
routeUpdateMode
Specifies whether route updates are enabled or disabled.
replanRouteInterval
Time interval which engine will ask for replan.
validRemainingRouteDuration
Defines till what point in time before arrival RouteReplanningEngine should try to replan a route.