Ev Efficiency Parameters
@JsonClass(generateAdapter = true )
Data class representing the efficiency metrics for an electric vehicle. See LDEVR integration documentation for details. This data can change during application runtime. This data is critical for the navigation application startup, specifically for EV and Hybrid vehicles.
All efficiency values are expressed as fractional values in the range 0..1.
Properties
Link copied to clipboard
The efficiency of the vehicle during acceleration in fractional value between 0.0 and 1.0.
Link copied to clipboard
The efficiency of the vehicle during deceleration in fractional value between 0.0 and 1.0.
Link copied to clipboard
The efficiency of the vehicle when driving downhill in fractional value between 0.0 and 1.0.
Link copied to clipboard
The efficiency of the vehicle when driving uphill in fractional value between 0.0 and 1.0.