I hope not, I have been trying to limit my results in numbers with max results and in area with an encoded polyline in the URL. The app is not public, itās a student project only, so itās just me using it.
I chose to use a loop in order to harmonize results. For example if I plan a route from France to Estonia I had a lot of results at the origin but vast areas with no results. It is a problem because the app is trying to calculate a route for electrical vehicle, and if there are huge gaps between results, gaps bigger than the car autonomy, it cannot calculate a route.
I didnāt want to fetch thousands of results as a solution, itās counter-productive and wastes a lot of data. My solution is to calculate a complex polyline from origin to destination and to divide in segments of 500 km. in order to make smaller fetches limited to 100 results on a distance of 50 km. on each side from the polyline only, in Json.