Class Ym4r::GmPlugin::GInfoWindowTab
In: lib/gm_plugin/overlay.rb
Parent: Struct.new(:tab,:content)

Represents a tab to be displayed in a bubble when a marker is clicked on.

Methods

create  

Included Modules

MappingObject

Public Instance methods

[Source]

    # File lib/gm_plugin/overlay.rb, line 51
51:       def create
52:         "new GInfoWindowTab(#{MappingObject.javascriptify_variable(tab)},#{MappingObject.javascriptify_variable(content)})"
53:       end

[Validate]