I\'m using Android\'s Geocoder to allow searching for a location in my map-based app.The geocoding works well, and the app successfully recenters the MapView on the geocoding results.The problem is th
I am trying to geocode an address given by the user in the text field, however my JavaScript function does not execute from the line \"geocoder.geocode ({\'address\':address......\" onwards.
I am hoping to get some help solving a problem that I\'m sure many of you could avoid in your sleep. I have two models in a habtm relationship.A package can have many locations, and a location can ha
I am making an activity which tries to print the current location of the user given coordinates using geocoder, however it crashes whenever it calls getFromLocation. I have not put the maps key anywhe
i still have some problems with javascript closures, and input/output variables. Im playing with google maps api for a no profit project: users will place the marker into a gmap, and I have to save t
I\'m attempting to show a location proximity Drupal View which takes the gecoded lat/long from user input.
i\'m trying to use the google geocoding service with an openlayer map. this shoudl work without problem...should it not?
My code is as below: Geocoder geocoder = new Geocoder(this,Locale.UK ); List<Address> addresses = null;
The app uses the Geocoder object. It works fine on my stock Froyo Nexus One. But then I run the exact same app on a different device (an Advent Vega 10\" tablet also running Froyo) and I get this exce
Here is code which gets latitude and longitute when entered a location.I believe that my code right according to my knowledge.but i get a blank page after entering a place.