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.

Parameters

id

String The ID of the charging station.

accessibility

Defines the accessibility of a charging infrastructure element.

chargingPoints

Collection of charging points at the station.

Constructors

Link copied to clipboard
fun EvChargingStation(id: String, accessibility: AccessibilityType? = null, chargingPoints: Set<ChargingPoint> = emptySet())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String