ChargingPark

data class ChargingPark(val connectors: List<ConnectorDetails> = emptyList())

The Point of Interest (POI) category (PoiCategory) identifier, for online and offline POI categories.

Constructors

Link copied to clipboard
constructor(connectors: List<ConnectorDetails> = emptyList())

Properties

Link copied to clipboard

The list of connectors available in the charging park. Important: This is a Public Preview API. It may be changed or removed at any time.