ChargingDifference

class ChargingDifference(val chargingTime: Duration, val numberOfChargingStops: Int)

Represents the difference in charging time between the base route and the forking route.

Constructors

Link copied to clipboard
constructor(chargingTime: Duration, numberOfChargingStops: Int)

Properties

Link copied to clipboard

This value denotes the additional or reduced charging time required for the base route in comparison to the forking route.

Link copied to clipboard

This value indicates the additional or reduced number of charging stops on the base route compared to the forking route.