Package-level declarations
Includes classes which are being used as part of the implementation of the Electric Vehicle (EV) Search.
Types
Link copied to clipboard
Access type of the EV POI station.
Link copied to clipboard
Describes the technology and capabilities supported by an electric vehicle supply equipment (EVSE).
Link copied to clipboard
class ChargingPark(val chargingStations: List<ChargingStation> = emptyList(), connectors: List<ConnectorDetails> = emptyList())
Contains information about a charging park.
Link copied to clipboard
Link copied to clipboard
class ChargingStation(val id: ChargingStation.Id, val chargingPoints: List<ChargingPoint> = emptyList())
A charging station has several charging points, of which only several points can be used at the same time.
Link copied to clipboard
Connector with charging power attributes.
Link copied to clipboard
Parking restrictions for a charging point.
Link copied to clipboard
Describes the payment options supported by a charging point.