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

Search results

  1. L

    Apps Draw a route on map

    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="...
  2. L

    Apps Help with GoogleMaps and Google Places

    Hello, I'm doing a app for android in Java. In this app I need look for hotels,restaurants.... who are near of me and it likes my friends, but when I use the class Geocoder to search something I not obtain any results because that app search is not an address. I need use something who allow find...
  3. L

    Help use Google Maps

    Hello, I'm new in this forum and I would like know how to look for hotels or restaurants in my android app using google maps o google places. I know Geocoder class, that works very well with places like towns or addresses, but it don't find anything when it searchs hotels or restaurants...