Package-level declarations

Types

Link copied to clipboard
class RouteProgress(val remainingTime: Duration, val remainingDistance: Distance, val distanceAlongRoute: Distance, val remainingWaypointsProgress: List<RouteStopProgress> = emptyList(), val remainingTrafficDelay: Duration = Duration.ZERO)

Represents progress along the route.

Link copied to clipboard

Responsible for determining progress on the navigated routes.

Link copied to clipboard
class RouteStopProgress(val routeStopId: RouteStopId, val remainingTime: Duration, val remainingDistance: Distance)

Represents current progress along the route till given com.tomtom.sdk.routing.route.RouteStop.