I have written a shortest point algorithm that takes a number of
addresses and finds the best delivery route. Yahoo maps finds the
distances between two addresses but I cannot seem to find out how to
grab the results and use them in my algorithm.
How should I approach this problem?