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 a new charging park with a list of
ConnectorDetails
.Declaration
Swift
public init(connectors: [ConnectorDetails])
Parameters
connectors
The list of connectors available in the charging park.
-
A list of
ConnectorDetails
of the charging park.Declaration
Swift
public var connectors: [ConnectorDetails] { get }