abstract fun withDistanceBudgetInMeters(distanceBudgetInMeters: Double!): IReachableRangeQuery!
The distance budget in meters that determines the maximum range which can be traveled. The Consumption Model will only affect the range when the routeType is eco.
distanceBudgetInMeters
- Double!:
Return
IReachableRangeQuery!: A reference to the ReachableRangeParams
object.