sdk-routing / com.tomtom.online.sdk.routing.data.longDistanceEV.response / NativeSummary

NativeSummary

open class NativeSummary : Serializable

Represents the summary of a route.

Constructors

<init>

NativeSummary()
NativeSummary(lengthInMeters: Int!, travelTime: Seconds!, trafficDelay: Seconds!, departureTime: String!, arrivalTime: String!, batteryConsumptionInkWh: Double!, remainingChargeAtArrivalInkWh: Double!)

Inheritors

NativeLegSummary

open class NativeLegSummary : NativeSummary, Serializable

Represents a summary of a route leg.

NativeRouteSummary

open class NativeRouteSummary : NativeSummary, Serializable

Represents the summary of a route for an electrical vehicle.