multiple destinations
-
Would it be possible to put multiple destinations in next, and let the app calculate the most optimal (fastest) route between those points?
Looks ideal for when one must visit several places in a single day whereby the route isn't important but the efficiency of riding is important to save time.
-
@Drabslab, that is known as the traveling salesman problem (Handelsreizigersprobleem in Dutch)
https://en.wikipedia.org/wiki/Travelling_salesman_problem
Quite a hard nut to crack
-
Yep, but I cracked it once in my early days of programming when still studying.
Hence, it can't be as difficult as appears in your link
Of course, back then it was programmed in "Fortran 4" and If I remember well, it was based on using matrices.
-
Fun thing, we had this implemented a few years ago.
Implementation was based on Google Maps.
We dropped Google Maps as supported service and thus this feature was dropped.This is definitely something we can add again in the near future
-
Great idea for planning a pub crawl
-
@Nick-Carthew as long as you have a designated driver.