sdk-routing / com.tomtom.online.sdk.routing.data.longDistanceEV.response / NativeChargingInformationAtEndOfLeg

NativeChargingInformationAtEndOfLeg

open class NativeChargingInformationAtEndOfLeg : Serializable

Represents information about the charging stop of a route leg.

Constructors

<init>

NativeChargingInformationAtEndOfLeg()
NativeChargingInformationAtEndOfLeg(targetChargeInkWh: Double!, chargingTime: Seconds!, chargingConnections: MutableList<NativeChargingConnection!>!, chargingParkUuid: UUID!)

Functions

getChargingConnections

open fun getChargingConnections(): MutableList<NativeChargingConnection!>!

Returns a list of chargingConnections.

getChargingParkUuid

open fun getChargingParkUuid(): Optional<UUID!>!

Returns the unique identifier of this charging park.

getChargingTime

open fun getChargingTime(): Optional<Seconds!>!

Returns the estimated time in seconds.

getTargetChargeInkWh

open fun getTargetChargeInkWh(): Optional<Double!>!

Returns the charge in kWh.

toString

open fun toString(): String