EvChargingPark

data class EvChargingPark(val id: String, val chargingStations: Set<EvChargingStation> = emptySet())

Represents the Electric Vehicle (EV) charging park.

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

Constructors

Link copied to clipboard
fun EvChargingPark(id: String, chargingStations: Set<EvChargingStation> = emptySet())

Properties

Link copied to clipboard

Collection of charging stations at an electric vehicle charging park.

Link copied to clipboard
val id: String

Identifier for the charging park.