Package-level declarations
Types
Link copied to clipboard
data class ReplannedRoute(val route: Route, val replanningReason: RouteReplanningReason, val routePlanningOptions: RoutePlanningOptions? = null)
Describes the route after replanning.
Link copied to clipboard
Responsible for replanning a route.
Link copied to clipboard
Failure returned by the RouteReplanningEngine in case of a failure.
Link copied to clipboard
Specifies the reason for replanning the current route.