ChargingInformationAtEndOfLeg
@objc
public class ChargingInformationAtEndOfLeg : NSObject
BETA Represents information about a charging stop of a route leg.
Experiment
THIS API IS IN BETA VERSION-
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
ChargingInformationAtEndOfLeg Class Reference