Connector

@available(*, message: "TT_API_PUBLIC_PREVIEW('byTheEndOf=2020.12', 'This is under Public Preview and subject to change until the end date. More information is available at: https://developer.tomtom.com/public-preview'﹚")
@objc
public class Connector : NSObject

Public Preview

This is under Public Preview and subject to change by the end of 2020.12. More information is available at: https://developer.tomtom.com/public-preview

The charging connector data.

  • type The charging connector type.

    Declaration

    Swift

    @objc
    public let type: String
  • total The total number of charging points of the type in chargingAvailability.

    Declaration

    Swift

    @objc
    public let total: Int
  • availability The current availability data for this connector type.

    Declaration

    Swift

    @objc
    public let availability: Availability