ChargingParameters

data class ChargingParameters(val batteryCurve: Map<Energy, Power>, val chargingConnectors: List<ChargingConnector>)

Charging information of an electric engine.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

batteryCurve

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

chargingConnectors

A list of connectors supported by an EV.

Constructors

Link copied to clipboard
constructor(batteryCurve: Map<Energy, Power>, chargingConnectors: List<ChargingConnector>)

Properties

Link copied to clipboard