Driving route from my location to multiple destination in Google Maps Android API V2 -
can me how draw driving route location ( current location ) locations manually enter in program, when taped marked location, driving route drawn current location marked location, marked location not one, of locations :
latlng(5.175783,97.140950);
latlng(5.172767,97.131161);
latlng(5.163928,97.136822);
latlng(5.180353,97.122297);
the below tutorial have followed.
driving route location destination in google maps android api v2
there lot of samples in google can surf through.
check following links ,you may idea
finding route directions source destinaton in android
showing route between 2 points multiple waypoints
http://www.vogella.com/articles/androidlocationapi/article.html
http://dhavaltshah2012.blogspot.in/2012/04/source-to-destination-path-in-map.html
how draw train route map between source , destination in android
http://www.androidhive.info/2012/08/android-working-with-google-places-and-maps-tutorial/
Comments
Post a Comment