views:

635

answers:

1

I used this query URL

http://maps.google.com/maps?q=from+A+to+B&output=kml

,which is given in the answer to this question. But after I tried it, it doesn't work with coordinates. It works with address names tho. I guess I could use google's geocoding to get the addresses first. But I wonder if there is another way to get the walking distance between two coordinates?

+4  A: 
exhuma
Thank you! But I am particularly interested in the walking distance. The problem right now is that I don't how to get the route from google with only coordinates. I tried the url with coordinates in browser, it says it doesn't understand the location.
wei
I don't know if the edit in the answer triggered a notification... so I'll additionally write this comment which should take care of that.
exhuma
And now it works... :)
exhuma
Thank you very much! What's the format of the long/lat? decimal? I tried with my locations, it gives me zero results.
wei
never mind. It works now! It's latitude,longitude instead of longitude, latitude. Thanks for your help!
wei