can you help me how to draw a driving route from my location ( current location ) to a some locations which we manually enter in the program, so when we taped a marked location, a driving route will be drawn from my current location to the marked location, but the marked location not just one, this some of my locations :
LatLng(5.175783,97.140950);
LatLng(5.172767,97.131161);
LatLng(5.163928,97.136822);
LatLng(5.180353,97.122297);
The below tutorial i have followed.
Driving route from my location to destination in Google Maps Android API V2
There are lot of samples in google where you can surf through.
check following links ,you may get an idea
finding route directions from source to destinaton in android
Showing a route between two points with multiple waypoints
http://www.vogella.com/articles/AndroidLocationAPI/article.html
http://dhavaltshah2012.blogspot.in/2012/04/source-to-destination-path-in-map.html
how to Draw train route map between source and destination in android
http://www.androidhive.info/2012/08/android-working-with-google-places-and-maps-tutorial/