I am using MonoDevelop for Android with Google Maps.
If I have two sets of Longitude/Latitude points, what is the best way to show the directions between these two points on a map?
Is there some sample code I can have a look at? Should I load a webpage that traces this route?
I just would like the easiest way to show directions that can be implemented into a Google Maps application that I am making for Android.