Reverse Geocoding In Android With Touch Event
I have gone through several articles through this stack overflow and other related articles with reverse geocoding. I have intended to find the name of the place with the given lat
Solution 1:
so The emulator 2.2 has bug associated with Reverse Geocoding. So we need to download version like 2.1 and try. It will provide the desired result
Solution 2:
What exception do you get? Does you App have INTERNET permission? I'm pretty sure you'll need this for Geocoder to work (as it calls a Google Service via Internet).
Post a Comment for "Reverse Geocoding In Android With Touch Event"