Vehicle Integration Library
0.5.0
androidJvm
Vehicle Integration Library
/
com.tomtom.automotive.integration.vehicle.client.api.vehicleinfo.consumptioncurve
/
EvSpeedConsumptionCurve
/
Point
Point
@
Since
(
version
=
1
)
@
JsonClass
(
generateAdapter
=
true
)
data
class
Point
(
val
speed
:
Speed
,
val
energy
:
Energy
)
Data class representing a point in the consumption curve.
Members
Constructors
Point
Link copied to clipboard
constructor
(
speed
:
Speed
,
energy
:
Energy
)
Properties
energy
Link copied to clipboard
val
energy
:
Energy
The energy in Wh/km.
speed
Link copied to clipboard
val
speed
:
Speed
The speed in km/h.