ChargingInformation

public struct ChargingInformation : Codable

Information about a charging stop on a route leg.

Public

  • The level to which the battery should be charged, expressed in kWh.

    Declaration

    Swift

    public let targetChargeInkWh: Float
  • The estimated time in seconds spent at the charging stop, allowing for some additional time needed to use the charging facility.

    Declaration

    Swift

    public let chargingTimeInSeconds: Int
  • The unique identifier of this charging park. This UUID can be used to check the availability of the charging park.

    Declaration

    Swift

    public let chargingParkUuid: String
  • The name of the charging park.

    Declaration

    Swift

    public let chargingParkName: String