I have written an application in VB code with a MapPoint control that calculates a route. The route is calculated according to the "quickest" method (I checked the same data in the full MapPoint software).
The code looks like this:
objRoute.Calculate
How do I set the "shortest" method in VB code?
Thanks to all responders.