Summary

data class Summary(val length: <Error class: unknown class>, val travelTime: <Error class: unknown class>, val trafficDelay: <Error class: unknown class> = Duration.ZERO, val trafficLength: <Error class: unknown class> = Distance.ZERO, val departureTimeWithZone: Calendar, val arrivalTimeWithZone: Calendar, val consumptionForWholeLength: Consumption? = null, val consumptionUpToReachableOffset: Consumption? = null, val remainingBudget: Consumption? = null, val reachableOffset: <Error class: unknown class>? = null)

The route summary contains the high-level route data.

Parameters

length

Route length in meters.

travelTime

Estimated travel time.

trafficDelay

Traffic delay.

trafficLength

Traffic length.

departureTimeWithZone

Departure time including the time zone.

arrivalTimeWithZone

Arrival time including the time zone.

consumptionForWholeLength

Consumption for the whole route or leg.

consumptionUpToReachableOffset

Consumption for the route or leg up to the reachable offset.

remainingBudget

Remaining fuel or energy when reaching the end of the route or leg.

reachableOffset

Portion of the route or leg that can be driven with the current energy or fuel supply.

Constructors

Link copied to clipboard
constructor(length: <Error class: unknown class>, travelTime: <Error class: unknown class>, trafficDelay: <Error class: unknown class> = Duration.ZERO, trafficLength: <Error class: unknown class> = Distance.ZERO, departureTimeWithZone: Calendar, arrivalTimeWithZone: Calendar, consumptionForWholeLength: Consumption? = null, consumptionUpToReachableOffset: Consumption? = null, remainingBudget: Consumption? = null, reachableOffset: <Error class: unknown class>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val length: <Error class: unknown class>
Link copied to clipboard
val reachableOffset: <Error class: unknown class>? = null
Link copied to clipboard
Link copied to clipboard
val trafficDelay: <Error class: unknown class>
Link copied to clipboard
val trafficLength: <Error class: unknown class>
Link copied to clipboard
val travelTime: <Error class: unknown class>