gmaps4rails
Gmaps4Rails.clear_marker TypeError: Cannot read property 'serviceObject' of null
I have been updating my Gmaps4Rails dynamically by waiting until a user has stopped typing in their search form for 0.5s then sending an AJAX request. However, after 2 or 3 requests the map stops upda[详细]
2023-03-26 16:47 分类:问答gmaps4rails display location based on latitude and longitude
I am using gmaps4rails with Rails 3.0.9. I would like to add a marker based on the latitude and longitude coordinates to the map, but I can\'t figure out how should I do it. I managed to use the map w[详细]
2023-03-26 16:25 分类:问答Two address in the model
I have a model with two address in it.开发者_Go百科 It\'s possible to use gmaps4rails to geocode the two address ? How can I configure it ?[详细]
2023-03-26 13:13 分类:问答Google-maps-for-Rails without a Model
Sorry to be newbie, but i wanna draw your attention to my problem while using gmaps4rails - great gem.[详细]
2023-03-26 00:12 分类:问答How to use multiple maps on single page?
I want to use multipul map on single page. Here is. # example.html.erb <%= gmaps4rails(@json1) %开发者_Go百科>[详细]
2023-03-25 02:27 分类:问答How to add link to marker using gmaps4rails gem
I would like to add a marker with link in marker, so, when i click that marker, i will redirect to another page[详细]
2023-03-24 00:27 分类:问答The center of the map at production is not equal at development
I created an example and when I upload in Heroku the center of the map i开发者_JAVA百科s not working how it works on my machine.[详细]
2023-03-21 21:46 分类:问答How to get the id field and send to the view
I\'d like to know how can I get the ID field from my Model to pass in the JavaScript that I call when I click in a marker.[详细]
2023-03-21 19:20 分类:问答Rails 3 gmaps4rails (clicking on the map)
Im trying to do a click on map that shows some info. Im using google API\'s Gmaps4Rails.callback = function() {[详细]
2023-03-21 16:25 分类:问答How to load a Rails View inside an infobox using gmaps4rails & JQuery Ajax?
I would like to 开发者_Go百科know how can I load a Rails View inside a Infobox opened by Gmaps4Rails.infobox.I did this way and work fine. O secret is put serviceObject, in some example show google_ob[详细]
2023-03-20 16:55 分类:问答