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!
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!