Class MMInfoBoxOptions

Object
   |
   +--MMInfoBoxOptions

class MMInfoBoxOptions



Defined in MultimapOpenAPI


Field Summary
 MMPoint anchor
          Specifies a point to anchor the info box as an offset in pixels from the geographic position.
 String className
          This denotes a class name that you wish to assign to an info box in order to restyle it.
 boolean dont_move
          Specifies that the info box should not move the map to accommodate itself within the viewer.
 String index_title
          When an info box is displaying Multimap aggregated-marker contents, this option specifies the title of the index page (if present).
 integer min_width
          This is the minimum width (in pixels) that you wish your info box to have.
 boolean no_tab_resize
          If true, the info box will not resize the tabs container to ensure that all of the tabs fit on one line.
 
Constructor Summary
MMInfoBoxOptions ( )
            This class represents the optional arguments that can be passed to the MMMarkerOverlay.setInfoBoxContent() method, an MMInfoBoxOverlay constructor or the MultimapViewer.createInfoBox() method - it has no constructor, but is instantiated as an object literal, e.g., { 'className' : 'myInfoBox', 'dont_move' : true }.
 

Field Detail

anchor

MMPoint anchor

className

String className

dont_move

boolean dont_move

index_title

String index_title

min_width

integer min_width

no_tab_resize

boolean no_tab_resize

Constructor Detail

MMInfoBoxOptions

MMInfoBoxOptions( )


Documentation generated by JSDoc on Tue Feb 26 16:25:19 2008