For a project, I am creating an application that makes use of the Google Maps API. Currently my map displays the users current location, and when a user touches the screen, a marker is added to the map.
This is what my application looks like thus far, again it's nothing special: current state of my Android application
What I want to do is be able for a route to appear from where the user is currently located, to the destination represented by the red marker on the map. I'm not a strong programmer, and I've had a read through the Google API documentation, and it's sadly a jumble of words to me. If anyone could provide some starting points, it'd be greatly appreciated :)!