sdk-routing / com.tomtom.online.sdk.data / CommonParams / withCurrentChargeInKWh

withCurrentChargeInKWh

abstract fun withCurrentChargeInKWh(currentChargeInKWh: Double!): T

Specifies the current electric energy supply in kilowatt hours (kWh). Applicable only to electric engines. If used at all, it must be used in conjunction with #withMaxChargeInKWh(double).

Parameters

currentChargeInKWh - Double!:

Return
T: A reference to the common params object.