Maps and Navigation SDK
2.1.2
androidJvm
com.tomtom.sdk.vehicle:vehicle-common
/
com.tomtom.sdk.vehicle
/
ChargeLevel
Charge
Level
class
ChargeLevel
Specifies the capacity and current charge of the EV.
Members
Constructors
Charge
Level
Link copied to clipboard
constructor
(
currentCharge
:
Energy
,
maxCharge
:
Energy
)
Properties
current
Charge
Link copied to clipboard
val
currentCharge
:
Energy
max
Charge
Link copied to clipboard
val
maxCharge
:
Energy
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
Energy
component2
Link copied to clipboard
operator
fun
component2
(
)
:
Energy
copy
Link copied to clipboard
fun
copy
(
currentCharge
:
Energy
,
maxCharge
:
Energy
)
:
ChargeLevel
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int