ChargingParameters

data class ChargingParameters(val batteryCurve: Map<Energy, Power>, val chargingConnectors: List<ChargingConnector>, val chargingTimeOffset: Duration = 180.seconds)

Charging information of an electric engine.

Note: This option is supported with the Orbis map only when chargingOptions are set in com.tomtom.sdk.routing.options.RoutePlanningOptions.

Constructors

Link copied to clipboard
constructor(batteryCurve: Map<Energy, Power>, chargingConnectors: List<ChargingConnector>, chargingTimeOffset: Duration = 180.seconds)

Properties

Link copied to clipboard

Represents the variation in the speed at which an EV charges during a charging session.

Link copied to clipboard

A list of connectors supported by an EV.

Link copied to clipboard

Specifies the charging time offset which is added to the raw charging time.