1

I want to draw actual route on mapview. I have tried examples but all seem to draw a line between two points not a route. I have used below code but it will automatically draw a route.

    final Intent intent = new Intent(Intent.ACTION_VIEW,Uri.parse(String.valueOf(urlString)));
    intent.setClassName("com.google.android.apps.maps","com.google.android.maps.MapsActivity");
    startActivityForResult(intent, 5);

I want to draw a route with my own way points in map view.

kamil
  • 579
  • 4
  • 15
  • Try this: [example1][1],[example2][2] Might it will help you. [1]: http://stackoverflow.com/questions/5243146/i-want-to-draw-path-between-multiple-geopoins-in-android [2]: http://stackoverflow.com/questions/4408671/android-draw-route-on-a-mapview-with-twoo-poi-s – Imran Ali Nov 15 '12 at 06:58
  • @Imran I have seen this but not works for me. – kamil Nov 15 '12 at 07:01

0 Answers0