ChargingStation

fun ChargingStation(    id: ChargingStationId,     locationId: String,     location: Coordinate,     operatorName: String?,     chargingPoints: List<ChargingPoint>)

Parameters

id

Globally unique charging station ID.

locationId

Uniquely identifier for the location.

location

Coordinate of the charging station location.

operatorName

Name of CPO (Charging Point Operator).

chargingPoints

List of available charging points.