Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to get the path between two geo points on my android app, i don't need any driving directions - just path. What I've already found myself is to draw the straight line between two geopoints (http://djsolid.net/blog/android---draw-a-path-array-of-points-in-mapview). Is it possible to get the actual path? I mean path which I can really walk, road path - not just straight line between two geopoints without parsing the google maps web URL ?

share|improve this question
Yes and answers are here on SO already – Anders Metnik Sep 11 '12 at 7:44
They are only WITH parsing url – pawel Sep 11 '12 at 7:47
and tell me, that you can't see url parsing in this code :D – pawel Sep 11 '12 at 7:51
without parsing API URl i thing not possible to draw path on maps. have no idea about URl parsing draw path . – Go2 Sep 11 '12 at 11:35

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.