Android: how to get the walking distance between two geo coordinats?

Posted by wei on Stack Overflow See other posts from Stack Overflow or by wei
Published on 2010-06-03T06:58:38Z Indexed on 2010/06/03 7:24 UTC
Read the original article Hit count: 166

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about java

Related posts about geolocation