Good afternoon,
I need to calculate the pairwise distance between some 4000 points, the coordinates of which in WGS84 are known. Calculating the straight-line distances wasn't too hard, since I found this C# library, but now I am interested in the shortest distance through roads instead of straight-line.
Using Google API or VIA Michelin is not a good option since they only allow between 1000-2500 calls and this would require almost 8 million... Can anyone please tell me if it is possible to do this in an offline fashing using Microsoft MapPoint 2009 / Garmin MapSource?
Thank you very much.