Have a nice day.
I'm creating a project using graphopper and I want to route all routes for not one, but several routes from point A to B. How do I do this? I have tried:
EdgeIteratorState edge = path.calcEdges().get(0); edge.setDistance(100000);
But the next time you created route, it does not change. Can you please tell how to make multiple routes?