I am trying to find distance between two locations. I have longitudes and latitudes and I can calculate Euclidean distance. But I want to find road distance. I mean, , I wan
Use the google maps distance matrix API http://code.google.com/apis/maps/documentation/distancematrix/.