ChargingPark
class ChargingPark(val chargingStations: List<ChargingStation> = emptyList(), connectors: List<ConnectorDetails> = emptyList())
Contains information about a charging park.
Constructors
Link copied to clipboard
constructor(chargingStations: List<ChargingStation> = emptyList(), connectors: List<ConnectorDetails> = emptyList())
Properties
Link copied to clipboard
ChargingStation list which holds information related to the charging park.
Link copied to clipboard
The list of connectors available in the charging park.