-6

I'm getting the latitude and longitude on touch event in map in android.

I want to getting address on particular touch in map.

How do I do this?

DMK
  • 2,448
  • 1
  • 24
  • 35
  • 3
    Before ask the question only type this keyword "How to get address from latiude and longitude?" and you can easily got the result . – Jitendra Feb 19 '13 at 11:23
  • @R.J - no. The other question is "how to get latitude and longitude" and not "how to get adress from latitude and longitude. – MikroDel Feb 19 '13 at 11:24
  • @Jitendra I am finding so much but not getting accurate result and confused ..thats the reason for asking que..i want simple demo only.. – user2086785 Feb 19 '13 at 11:26
  • The other moderators havent also havent read the link - its not good – MikroDel Feb 19 '13 at 11:26
  • [Possible Duplicate](http://stackoverflow.com/questions/8062126/getting-address-of-a-location-from-latitude-and-longitude-in-android); [Possible Duplicate](http://stackoverflow.com/questions/9409195/how-to-get-complete-address-from-latitude-and-longitude); [Possible Duplicate](http://stackoverflow.com/questions/7894804/how-to-get-address-from-latitude-and-longitude-android). Could list more but stopped at three. – DMK Feb 19 '13 at 11:29
  • 1
    http://stackoverflow.com/questions/13377948/how-can-i-get-lat-lng-of-two-points-train-station-on-google-maps/13378110#13378110 – Hussain Akhtar Wahid 'Ghouri' Feb 19 '13 at 11:36

1 Answers1

0

You can use Google geocoder and from them you call getFromLocation() given latitude and longitude... but be aware that it may be not really accurate.

DMK
  • 2,448
  • 1
  • 24
  • 35
Pozzo Apps
  • 1,859
  • 2
  • 22
  • 32