To improve the user perceived performance, the query gets split into subqueries with exponentially increasing time frames:
minimumDepartureTime + 15 minutes, 30 minutes, 60 minutes, 120 minutes...
In the current implementation, the maximumArrivalTime is ignored
maximumArrivalTime
Generated using TypeDoc
To improve the user perceived performance, the query gets split into subqueries with exponentially increasing time frames:
minimumDepartureTime + 15 minutes, 30 minutes, 60 minutes, 120 minutes...
In the current implementation, the
maximumArrivalTime
is ignored