TTChargingConnection

Objective-C

@interface TTChargingConnection : NSObject

Swift

class TTChargingConnection : 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

Represents information about the charging connection.

  • The plug type which is compatible with the vehicle.

    Declaration

    Objective-C

    @property (nonatomic, readonly) TTPlugType plugType;

    Swift

    var plugType: TTPlugType { get }