|
Yes it can by selecting "optimize route".
It can be slow, because it is doing a lot of route finding.
You're essentially asking for the Travelling Salesman Problem which is known to be NP (ie. processing time is exponential of the number of points).
It will help MapPoint if the points are close together, because each individual route segment will take less time to compute.
Richard |