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: 192
I used this query URL
,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