TTChargingCurveSupportPoint

Objective-C

@interface TTChargingCurveSupportPoint : NSObject

Swift

class TTChargingCurveSupportPoint : 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 a supporting point of a charging curve.

  • A time span in seconds.

    Declaration

    Objective-C

    @property (nonatomic, readonly) int timeToCharge;

    Swift

    var timeToCharge: Int32 { get }