abstract fun withTimeBudgetInSeconds(timeBudgetInSeconds: Double!): ReachableRangeParams!
Time budget in seconds that determines the maximum range that can be traveled within a given time. The consumption parameters will only affect eco-routes and thereby indirectly affect the driving time. Required only if neither #withFuelBudgetInLiters(Double)
nor #withEnergyBudgetInKWh(Double)
are called.
timeBudgetInSeconds
- Double!:
Return
ReachableRangeParams!: A reference to the ReachableRangeParams object.