Availability

@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 Availability : 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.

  • available The number of charging points that are available.

    Declaration

    Swift

    @objc
    public let available: Int
  • occupied The number of charging points that are occupied.

    Declaration

    Swift

    @objc
    public let occupied: Int
  • reserved The number of charging points that are reserved.

    Declaration

    Swift

    @objc
    public let reserved: Int
  • unknown The number of charging points whose availability data is not known.

    Declaration

    Swift

    @objc
    public let unknown: Int
  • outOfService The number of charging points that are out of service.

    Declaration

    Swift

    @objc
    public let outOfService: Int