RangeCalculationOptions

constructor(    origin: ItineraryPoint,     budgets: Set<Budget>,     vehicle: Vehicle = Vehicle.Car(),     costModel: CostModel? = null,     departAt: Date? = null,     routeToInclude: Route? = null,     queryOptions: QueryOptions = QueryOptions())