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 there any way to draw optimal route(considering traffic) between two geopoints using Android Google maps API?

share|improve this question
As far as I know, Google Maps' routing system does not take into account traffic. It can tell you about traffic on a route, but it will not optimize your route around it. – Rohan Singh Mar 4 '12 at 10:50

1 Answer

up vote 0 down vote accepted

Yes, but you'll need to do some work with the Google Maps API to get it going. Here's a link to a tutorial that explains how:

http://www.anddev.org/google_driving_directions_-_mapview_overlayed-t826.html

Alternatively you can just link from your app to the Maps app, and let Maps show the directions & route. Launching Google Maps Directions via an intent on Android

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.