EvChargingStation
data class EvChargingStation(val id: String, val accessibility: AccessibilityType? = null, val chargingPoints: Set<ChargingPoint> = emptySet())
Represents the Electric Vehicle (EV) charging station. At an EV charging park, there are usually a number of stations.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Link copied to clipboard
fun EvChargingStation(id: String, accessibility: AccessibilityType? = null, chargingPoints: Set<ChargingPoint> = emptySet())