Package-level declarations

Types

Link copied to clipboard
data class ReplannedRoute(val route: Route, val replanningReason: RouteReplanningReason, val routePlanningOptions: RoutePlanningOptions)

Describes the route after replanning.

Link copied to clipboard

Responsible for replanning a route.

Link copied to clipboard
abstract class RouteReplanningFailure

Represents the various failure reasons encountered during the route replanning process by the com.tomtom.sdk.navigation.routereplanner.RouteReplanner.

Link copied to clipboard

Specifies the reason for replanning the current route.