• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Draw a route on map

Link_OOT

Lurker
Hi, I'm trying draw a route between two points. I use this URL to obtain all points but i don't know how show all points:
http://maps.google.com/maps/api/directions/xml?origin="+currentLocation.getLatitude()+","+currentLocation.getLongitude()+"&destination=" +lugaresUnicos.getLatitud()+","+lugaresUnicos.getLongitud()+"&sensor=false&mode=walking"

Someone can help me?
Thanks!
 
Back
Top Bottom