Represents a tab to be displayed in a bubble when a marker is clicked on.
[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]