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

RouteSummary

@Beta(2020, 12) data class RouteSummary : Serializable

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.

summary - A summary of a route.

Properties

summary

val summary: Summary

A summary of a route.

totalChargingTime

val totalChargingTime: Int?

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