sdk-routing / com.tomtom.online.sdk.routing.ev.charging / ChargingCurveSupportPoint

ChargingCurveSupportPoint

@Beta(2020, 12) data class ChargingCurveSupportPoint : Serializable

Represents information about the supporting point of a charging curve. Creates an instance of ChargingCurveSupportPoint.

Parameters

chargeInkWh - A battery charge level in kWh. A float in the range (0, maxChargeInkWh).

timeToCharge - A time span in seconds.

Constructors

<init>

ChargingCurveSupportPoint(chargeInkWh: Double, timeToCharge: Int)

Represents information about the supporting point of a charging curve. Creates an instance of ChargingCurveSupportPoint.

Properties

chargeInkWh

val chargeInkWh: Double

A battery charge level in kWh. A float in the range (0, maxChargeInkWh).

timeToCharge

val timeToCharge: Int

A time span in seconds.