|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--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 |
MMPoint anchor
String className
boolean dont_move
String index_title
integer min_width
boolean no_tab_resize
| Constructor Detail |
MMInfoBoxOptions( )
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||