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

The battery curve as a piecewise constant function containing the charging speeds at different battery levels. The battery can be charged with the given power up to the given energy level.

Link copied to clipboard

The list of connectors supported by the EV.

Link copied to clipboard

Additional time for plugging and unplugging which is added to the raw charging time.