I am trying write an application that receives lat/lng and return appropriate location. (i.e I send the data lat/lng = 40.343545334/32.235308039 it returns for example New York) What should I use here? Is there any way to do this?
I am trying write an application that receives lat/lng and return appropriate location. (i.e
Share
You can use the Geocoder gem for that. See this screencast.