How to display a route between two geocoords in google maps?

poeschlorn picture poeschlorn · Apr 15, 2010 · Viewed 62.6k times · Source

Possible Duplicate:
J2ME/Android/BlackBerry - driving directions, route between two locations

I'm just writing an App for displaying the route between two coords (lat, long) in google maps view. Displaying an single coord (even with a marker) works fine, but how to draw route between two point with 2 markers?

I must admit that I'm quite new to Android and the maps-API...

Answer

Praveen picture Praveen · Apr 15, 2010

this is working example link. check it out. it helps to create the route overlay on the map. here is the complete source code for that.