In my current android application, I would like to get the geocordinates based on an entered city name, street name or zip code. How can I accomplish this?
Best Regards, Rony
In my current android application, I would like to get the geocordinates based on an entered city name, street name or zip code. How can I accomplish this?
Best Regards, Rony
Try this.
Check out the method
Geocoder.getFromLocationName(cityName, maxResults)
.Use it like this:
Got this from: http://answers.google.com/answers/threadview?id=432778
Hi try the following code to get Geocode point from given address.