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.

is it possible to provide directions on a map on Android from 1 place (e.g a specific lat/lng) to another specific lat/lng? I realise this is doable with the Google-maps API but can you do it within Androids native implementation?

share|improve this question

2 Answers

up vote 1 down vote accepted

I realise this is doable with the Google-maps API but can you do it within Androids native implementation?

Directions are not part of the Google Maps add-on for Android. There may be independent services you can use to obtain that information, though. Please be sure to follow their terms of service.

share|improve this answer

I have posted my answer here. I have done this between 2 lat and lon... when click on any market from a specific lat/lon(say current location) Please see my answer. http://stackoverflow.com/a/10994923/543022

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.