1

Is there any way to draw optimal route(considering traffic) between two geopoints using Android Google maps API?

mol
  • 2,607
  • 4
  • 21
  • 40
  • 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 Answers1

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

Community
  • 1
  • 1
Ollie C
  • 28,313
  • 34
  • 134
  • 217