Package-level declarations

Types

Link copied to clipboard
class RouteProgress(    val distanceAlongRoute: Distance,     val remainingRouteStopsProgress: List<RouteStopProgress>,     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.