Sumit Patel
Sumit Patel

Reputation: 2587

how to find address from lat long in android

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

Answers (2)

Mus
Mus

Reputation: 1860

You have to perform Reverse Geocoding for this. See: Geocoder

Upvotes: 3

James
James

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

Related Questions