Learning geokit-rails3
I'm searching for complete explanations about how to use geokit-rails3. I've found loads for rails2 but not for rails3. Does any of you have a simple and complete tutorial about how to display a google map on Rails3, from A to Z ? 开发者_如何转开发 Thanks a lot for your help !
Geokit (and geokit-rails3) can be thought of as geocoding utility libraries, useful for finding and storing the locations of model instances and for performing location-based searches, but they do not include mapping support.
For Google Maps mapping in rails 3 there are a few choices, but no clear winner. At the moment, most end up just using the Google Maps javascript API version 3 directly. I found Google's Maps API documentation very clear and easy to use.
精彩评论