RouteStopProgress

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.

Parameters

routeStopId

A unique identifier of the 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: RouteStopId, remainingTime: Duration, remainingDistance: Distance)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String