open class NativeSummary : Serializable
Represents the summary of a route.
NativeSummary() NativeSummary(lengthInMeters: Int!, travelTime: Seconds!, trafficDelay: Seconds!, departureTime: String!, arrivalTime: String!, batteryConsumptionInkWh: Double!, remainingChargeAtArrivalInkWh: Double!) |
open class NativeLegSummary : NativeSummary, Serializable
Represents a summary of a route leg. |
|
open class NativeRouteSummary : NativeSummary, Serializable
Represents the summary of a route for an electrical vehicle. |