Fakhreldin Mohamed
Fakhreldin Mohamed

Reputation: 19

Using Google places Api in rails app

I am making a new rails app and I need to use Google places API but I don't know the steps to do that or the best way to use this API. I have tried to search in developers.google.com I found the places API but I couldn't find how to use it in a rails app.

Upvotes: 0

Views: 3698

Answers (1)

Saurabh
Saurabh

Reputation: 1104

You just had to google it. You could have have found tons of stuff. Anyways here are a few gems that could help you

  1. Google Places
  2. Google Places Autocomplete
  3. Gmaps

Also refer this rails cast. It would get you started.

Upvotes: 4

Related Questions