views:

578

answers:

1

Hi,

How can we get address or location name from latitude and longitude using any API in java? In my applicaiton I have set of latitude and longitude, But I need an API which will return me the location name corresponding to the latitude and longitude.

thanks.

+4  A: 

You will need to use a reverse geocoding service. You can read more about the API that google provides:

Google API Reverse Geocoding

gyurisc
Thanks a lot for the answer.. I will go though it.
Apsi
You can find other providers as well, but for me Google was the most accurate
gyurisc