Adding Google Maps Support (API V3) to a Ruby on Rails Application

I am looking for a good solution to integrate google maps into ruby ​​on the rails 2.3 app. I know there a project called ym4r, but it seems old and not supported. Should I use the Google API itself directly?

Thank!

+3
source share
4 answers

Fyi, I just released a new version of gmaps4rails.

It is based on Rails 3 and uses the Google V3 Maps API:

https://github.com/apneadiving/Google-Maps-for-Rails

+8
source

, API, Geokit , , API JavaScript . , .

+3

You can check the cartographer plugin, it supports painless integration of google maps v3 into rails, http://grati.la/cartorbflw

+1
source

You can try Geocoder gem for Rails application.

0
source

Source: https://habr.com/ru/post/1762172/


All Articles