Is there any way to draw optimal route(considering traffic) between two geopoints using Android Google maps API?
Asked
Active
Viewed 1,016 times
1
-
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 04 '12 at 10:50
1 Answers
1
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