ChargingPark

public struct ChargingPark : Hashable

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 ChargingStation instances.

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public init(chargingStations: [ChargingStation])

    Parameters

    chargingStations

    The list of charging stations available in the charging park.