How would I go about getting the total distance of a route constructed with this URL?
https://maps.google.com/maps?saddr=London&daddr=Glasgow
When this URL is clicked, Google Maps returns a distance of 402 miles. How would I get this figure automatically, without the user having to type it in?
Thanks!