RouteStopsProgress

data class RouteStopsProgress(val routeStopId: <Error class: unknown class>, val remainingTime: <Error class: unknown class> = Duration.ZERO, val remainingDistance: <Error class: unknown class> = Distance.ZERO)

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

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

routeStopId

Id of corresponding com.tomtom.sdk.routing.route.RouteStop.

remainingTime

Estimated remaining travel time from current location till com.tomtom.sdk.routing.route.RouteStop.

remainingDistance

Remaining distance along the route from current location till com.tomtom.sdk.routing.route.RouteStop.

Constructors

Link copied to clipboard
constructor(routeStopId: <Error class: unknown class>, remainingTime: <Error class: unknown class> = Duration.ZERO, remainingDistance: <Error class: unknown class> = Distance.ZERO)

Properties

Link copied to clipboard
val remainingDistance: <Error class: unknown class>
Link copied to clipboard
val remainingTime: <Error class: unknown class>
Link copied to clipboard
val routeStopId: <Error class: unknown class>