Reputation: 2587
Please Help me in finding address from given lat long in android.
As I have put the lat long values from gps service I need to find the user location where the user is standing.
Upvotes: 0
Views: 2060
Reputation: 3275
http://en.wikipedia.org/wiki/Reverse_geocoding Make a call to one of these services.
Google provide one for Javascript, maybe they also have a API you could use? http://code.google.com/apis/maps/documentation/javascript/v2/services.html#ReverseGeocoding
Upvotes: 0