@PublicPreview("2021.06") data class ChargingInformationAtEndOfLeg : Serializable
Represents information about a charging stop of a route leg.
chargingParkUuid
- The unique identifier of this charging park. This UUID can be used to check the
availability of the charging park.
targetChargeInkWh
- The charge in kWh to which the battery should be charged.
chargingTime
- The estimated time in seconds spent at the charging stop, allowing for some additional
time needed to use the charging facility.
chargingConnections
- A list of chargingConnections, one of which should be used at this charging stop.
val chargingConnections: List<ChargingConnection>
A list of chargingConnections, one of which should be used at this charging stop. |
|
val chargingParkUuid: UUID?
The unique identifier of this charging park. This UUID can be used to check the availability of the charging park. |
|
val chargingTime: Int?
The estimated time in seconds spent at the charging stop, allowing for some additional time needed to use the charging facility. |
|
val targetChargeInkWh: Double?
The charge in kWh to which the battery should be charged. |