Class MMOverviewWidget
Object
|
+--MMWidget
|
+--MMOverviewWidget
- class
MMOverviewWidget
- extends MMWidget
Defined in MultimapOpenAPI
|
Constructor Summary |
MMOverviewWidget
( <integer> delta, <MMDimensions> dimensions, <MMBox> position, <String> className )
A widget to give a small overview of the current map position at a different zoom factor.
|
|
Method Summary |
Object
|
toggleMinimized( <boolean> bool )
Toggles the minimized status of the widget.
|
MMOverviewWidget
MMOverviewWidget( <integer> delta, <MMDimensions> dimensions, <MMBox> position, <String> className )
A widget to give a small overview of the current map position at a different zoom factor.
The zoom factor of this widget will always track the zoom factor of the main
mapviewer.
Parameters:
delta - (optional) The number of zoom factors difference to have between the main map and the overview. Default is -4.
dimensions - (optional) Dimensions of the widget.
position - (optional) Position at which to place the widget within the mapviewer.
className - (optional) CSS Class name to give the widget.
toggleMinimized
Object toggleMinimized( <boolean> bool )
Toggles the minimized status of the widget.
Parameters:
bool - (optional) If present, sets the minimized status to the given state.
Documentation generated by
JSDoc on Tue Feb 26 16:25:19 2008