abstract fun withFuelBudgetInLiters(fuelBudgetInLiters: Double!): IReachableRangeQuery!
Fuel budget in liters that determines the maximum range that can be travelled using the specified Combustion Consumption Model. Required only for vehicles with a combustion engine if #withTimeBudgetInSeconds(Double)
is not used.
fuelBudgetInLiters
- Double!:
Return
IReachableRangeQuery!: A reference to the ReachableRangeParams object.