matghazaryan
matghazaryan

Reputation: 5896

rails get address from google map using longtitude and latitude

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?

Upvotes: 0

Views: 184

Answers (1)

Mischa
Mischa

Reputation: 43318

You can use the Geocoder gem for that. See this screencast.

Upvotes: 1

Related Questions