sdk-routing / com.tomtom.online.sdk.data.reachablerange / ReachableRangeParams / withFuelBudgetInLiters

withFuelBudgetInLiters

abstract fun withFuelBudgetInLiters(fuelBudgetInLiters: Double!): ReachableRangeParams!

Fuel budget in liters that determines the maximum range that can be traveled using the specified Combustion Consumption Model. Required only for vehicles with a combustion engine if #withTimeBudgetInSeconds(Double) is not used.

Parameters

fuelBudgetInLiters - Double!:

Return
ReachableRangeParams!: A reference to the ReachableRangeParams object.