Class MMInfoBoxOverlay
Object
|
+--MMOverlay
|
+--MMInfoBoxOverlay
- class
MMInfoBoxOverlay
- extends MMOverlay
Defined in MultimapOpenAPI
|
Method Summary |
integer
|
getSelectedTab()
Gets the number of the currently selected tab, or undefined if the infobox
has no tabs.
|
void
|
reset( <MMLocation> position, content, <MMInfoBoxOptions> options )
Allows the info box to be manipulated while it is visible.
|
MMInfoBoxOverlay
MMInfoBoxOverlay(<MMLocation> position, html, <MMInfoBoxOptions> options )
MMInfoBoxOverlay class, for drawing boxes containing information.
Created using the createInfoBox method of the MultimapViewer, or
openInfoBox method of the MMMarkerOverlay.
Parameters:
position - Position at which to place the info box.
html - HTML to go in the info box, String or HTMLElement.
options - (optional) An object containing options.
getSelectedTab
integer getSelectedTab()
Gets the number of the currently selected tab, or undefined if the infobox
has no tabs.
reset
void reset( <MMLocation> position, content, <MMInfoBoxOptions> options )
Allows the info box to be manipulated while it is visible.
If any of the parameters passed in are undefined, they will not
be reset.
Parameters:
position - Position at which to place the info box.
html - HTML to go in the info box, String or HTMLElement.
Documentation generated by
JSDoc on Tue Feb 26 16:25:19 2008