I want to use MapPoint to produce mileage reports based on workers visiting different places throughout the week. I know I can use the Route object to calculate the driving distance between two postcodes but it takes a bit longer than I'd like, given the number of calculations needed.
I've looked at the Distance method but it seems to give the straight-line distance, not as someone would drive.
Does anyone know how to get the true driving distance quickly without drawing the route on the map?
Many thanks