ChargingCurveSupportPoint

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

Properties

  • A battery charge level in kWh. A float in the range (0, maxChargeInkWh].

    Declaration

    Swift

    @objc
    public let chargeInKwh: Double
  • A time span in seconds.

    Declaration

    Swift

    @objc
    public let timeToCharge: Int