Showing all possible routes

How to show all possible routes (or maybe 5 best)? Do I need to make changes directly in AlternativeRoute.java? Thanks a lot.

There is a parameter that controls the maximum number of paths: alternative_route.max_paths

Thank you, but this does not give more routes.

Yes, it only sets an upper limit for the maximum number of paths. Take a look at AlternativeRoute.java to learn about a few other parameters, some of which also control the number of paths.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.