0

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.

N.N.
  • 8,336
  • 12
  • 54
  • 94
Sumit Patel
  • 2,547
  • 8
  • 33
  • 45

2 Answers2

3

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

Mus
  • 1,860
  • 2
  • 16
  • 19
0

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

James
  • 3,265
  • 4
  • 22
  • 28