ChargingInformationAtEndOfLeg

@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 ChargingInformationAtEndOfLeg : 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 charging stop of a route leg.

Properties

  • The charge in kWh to which the battery should be charged.

    Declaration

    Swift

    @objc
    public let targetChargeInkWh: Double
  • A list of chargingConnections, one of which should be used at this charging stop.

    Declaration

    Swift

    @objc
    public let chargingConnections: [ChargingConnection]
  • The unique identifier of this charging park. This UUID can be used to check the availability of the charging park.

    Declaration

    Swift

    @objc
    public let chargingParkUUID: UUID?
  • The estimated time in seconds spent at the charging stop, allowing for some additional time needed to use the charging facility.

    Declaration

    Swift

    @objc
    public let chargingTime: TimeInterval