abrensch / brouter

configurable OSM offline router with elevation awareness, Java + Android
MIT License
494 stars 117 forks source link

route optimization / traveling salesman #428

Open ztNFny opened 2 years ago

ztNFny commented 2 years ago

Given a set of waypoints is Brouter capable of calculating the shortest route between them? This would be a great feature to have for route planning.

polyscias commented 2 years ago

That is already possible using QMapShack with BRouter integration.

The just follow what is under Optimize route.