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.
  • Describes the payment options supported by a charging point.

    Important

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

    Declaration

    Swift

    public struct PaymentOptions : Hashable
  • Access type of the EV POI station.

    Important

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

    Declaration

    Swift

    public enum AccessType : CaseIterable
  • A list of ChargingStation instances. A ChargingStation contains a list of ChargingPoint, which further contains ConnectorDetails.

    Important

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

    Declaration

    Swift

    public let chargingStations: [ChargingStation]?
  • The list of payment options supported by the EV POI.

    Important

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

    Declaration

    Swift

    public let paymentOptions: [PaymentOptions]
  • A list of ConnectorDetails of the charging park.

    Important

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

    Declaration

    Swift

    public var connectors: [ConnectorDetails] { get }