ChargingPark
public struct ChargingPark
Contains information about an EV charging park.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates new charging park with provided list of connectors.
Declaration
Swift
public init(connectors: [ConnectorDetails])
Parameters
connectors
The list of connectors available in the charging park.
-
The list of connectors available in the charging park.
Declaration
Swift
public let connectors: [ConnectorDetails]