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?
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?
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.