public class OverviewMapControlOptions extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
OverviewMapControlOptions()
Options for the rendering of the Overview Map control.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getOpened()
gets Whether the control should display in opened mode or collapsed (minimized) mode.
|
static OverviewMapControlOptions |
newInstance()
creates a new instance for, Options for the rendering of the Overview Map control.
|
void |
setOpened(boolean opened)
sets Whether the control should display in opened mode or collapsed (minimized) mode.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
protected OverviewMapControlOptions()
public static final OverviewMapControlOptions newInstance()
public final void setOpened(boolean opened)
opened
- public final boolean getOpened()
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.