sdk-routing / com.tomtom.online.sdk.routing.ev.route / RouteSummary

RouteSummary

@Beta(2020, 10) class RouteSummary

Represents the summary of a route for an electrical vehicle.

Parameters

totalChargingTime - The estimated time in seconds spent at all charging stops in the route.

Constructors

<init>

RouteSummary(totalChargingTime: Int?, summary: Summary)

Represents the summary of a route for an electrical vehicle.

Properties

summary

val summary: Summary

totalChargingTime

val totalChargingTime: Int?

The estimated time in seconds spent at all charging stops in the route.

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int