I want to be able to display the route between two user-defined geographical points using the Google Maps API for Android. I also want to be ab
Try the Google Directions API. It's a web service, which gives turn-by-turn guides in JSON-Format with all information to get from point A to B by car, transit or your feet.
To code that follow the link in the comment of Stochastically.