Top "Gmaps4rails" questions

gmaps4rails is a Ruby on Rails 3 gem, which provides a clear interface with GoogleMaps, OpenLayers, Bing and Mapquest

Ruby on rails gem for google map integration

I would like to ask which is the best solution for integrating google maps into ruby on rails apps. Is …

ruby-on-rails ruby ruby-on-rails-3 google-maps gmaps4rails
How to append JSON objects together in Ruby

I am trying to create a group of map markers with the results of to_gmaps4rails in an each …

ruby-on-rails ruby gmaps4rails
Incrementing letters using .next

def home letter = 'A' @markers = Location.all.to_gmaps4rails do |loc, marker| marker.infowindow render_to_string(partial: '/…

ruby ruby-on-rails-3 gmaps4rails
GMaps4Rails and Turbolinks not loading without full page refresh

I'm using gmaps4rails to load a map on a "clients" show page. I've integrated turbolinks to make the app …

ruby-on-rails google-maps-api-3 gmaps4rails
Google Maps: scroll map programmatically of x pixels

Is there a simple way to scroll a google map programmatically of x pixels? I can only think of using …

google-maps google-maps-api-3 scroll gmaps4rails