[android-developers] Re: How to Draw route on Google map? not to use DrawPath

2010-06-24 Thread SREEHARI
Hi, Do u want to draw route connecting geo cordinates?? If so you can store the geo coordinates and draw. If you want to draw shortest path you can use some algorithm like Djikstras. Regards, SREEHARI -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How to Draw route on Google map? not to use DrawPath

2010-06-24 Thread Nicholas Albion
Try one of these links to decode the polyline http://facstaff.unca.edu/mcmcclur/googlemaps/encodepolyline/ http://jeffreysambells.com/posts/2010/05/27/decoding-polylines-from-google-maps-direction-api-with-java/ -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: How to Draw route on Google map? not to use DrawPath

2010-06-24 Thread Nithin
Hi, You can also use this uri, uri = Uri.parse(http://maps.google.com/maps? saddr=13.042206,80.17000daddr=9.58,78.10); specify the latitude and longitude of the two locations. Here I specified the latitudes and longitudes for two cities in India. Pass this Uri to an intent with action