Package-level declarations

Types

Link copied to clipboard
class RouteProgress(val distanceAlongRoute: Distance, val remainingRouteStopsProgress: List<RouteStopProgress>)

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, val remainingTrafficDelay: Duration = Duration.ZERO)

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