abstract fun withTimeBudgetInSeconds(timeBudgetInSeconds: Double!): IReachableRangeQuery!
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
IReachableRangeQuery!: A reference to the ReachableRangeParams object.