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