Package-level declarations

Types

Link copied to clipboard

Entry point to plan routes that can be dynamically updated, for example through continuous replanning as the route is driven.

Link copied to clipboard
data class RouteReplannerConfiguration(val pointDifferenceThreshold: Distance = DEFAULT_POINT_DIFFERENCE_THRESHOLD_DISTANCE, val pointDifferenceNumberThreshold: Int = DEFAULT_POINT_DIFFERENCE_NUMBER_THRESHOLD)

Configuration for RouteReplanner.

Link copied to clipboard
class RouteReplannerResponse(val routes: List<Route>, val routePlanningOptions: RoutePlanningOptions)

Represents the result of a successful route replanner operation.