sdk-routing / com.tomtom.online.sdk.routing.route.description / Summary

Summary

@PublicPreview("2021.06") data class Summary : Serializable

Represents the summary of a route.

Parameters

lengthInMeters - The route or leg length in meters.

travelTimeInSeconds - The estimated travel time in seconds.

trafficDelayInSeconds - The delay in seconds compared to free-flow conditions according to real-time traffic.

departureTime - The estimated departure time.

arrivalTime - The estimated arrival time.

Properties

arrivalTime

val arrivalTime: String?

The estimated arrival time.

batteryConsumptionInkWh

val batteryConsumptionInkWh: Float

departureTime

val departureTime: String?

The estimated departure time.

deviationDistance

val deviationDistance: Int

deviationPoint

val deviationPoint: LatLng?

deviationTime

val deviationTime: Int

fuelConsumptionInLiters

val fuelConsumptionInLiters: Float

historicTrafficTravelTimeInSeconds

val historicTrafficTravelTimeInSeconds: Int

lengthInMeters

val lengthInMeters: Int

The route or leg length in meters.

liveTrafficIncidentsTravelTimeInSeconds

val liveTrafficIncidentsTravelTimeInSeconds: Int

noTrafficTravelTimeInSeconds

val noTrafficTravelTimeInSeconds: Int

trafficDelayInSeconds

val trafficDelayInSeconds: Int

The delay in seconds compared to free-flow conditions according to real-time traffic.

travelTimeInSeconds

val travelTimeInSeconds: Int

The estimated travel time in seconds.