search for: info_window_tab

Displaying 2 results from an estimated 2 matches for "info_window_tab".

Did you mean: info_window_tabs
2007 Nov 05
1
marker event listeners
...the above is addressed). Index: lib/gm_plugin/overlay.rb =================================================================== --- lib/gm_plugin/overlay.rb (revision 97) +++ lib/gm_plugin/overlay.rb (working copy) @@ -25,11 +25,13 @@ end #Creates a marker: If an info_window or info_window_tabs is present, the response to the click action from the user is setup here. def create - if @options.empty? - creation = "new GMarker(#{MappingObject.javascriptify_variable(@point)})" - else - creation = "new GMarker(#{MappingObject.javascrip...
2007 Nov 12
0
info window tabs
Hi, I am having some trouble getting the :info_window_tabs option working, and was wondering if anybody else has used this. I am trying this: marker = GMarker.new(latlng, :info_window_tabs => {title => infoString}) The API says that you should pass a hash, so this is what I am trying. Is there something that I''m missing here? It seems...