RouteReplanningEngineOptions

class RouteReplanningEngineOptions(val routeUpdateMode: RouteUpdateMode = DEFAULT_ROUTE_UPDATE_MODE, val replanRouteInterval: Duration = DEFAULT_REPLAN_ROUTE_INTERVAL, val validRemainingRouteDuration: Duration = DEFAULT_VALID_ROUTE_DURATION_REMAINING)

Options used by RouteReplanningEngineFactory to create RouteReplanningEngine.

Important: This is a Public Preview API. It may be changed or removed at any time.

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.

Constructors

Link copied to clipboard
constructor(routeUpdateMode: RouteUpdateMode = DEFAULT_ROUTE_UPDATE_MODE, replanRouteInterval: Duration = DEFAULT_REPLAN_ROUTE_INTERVAL, validRemainingRouteDuration: Duration = DEFAULT_VALID_ROUTE_DURATION_REMAINING)

Types

Link copied to clipboard
object Companion

Properties

Functions

Link copied to clipboard
open override fun toString(): String