public class OverviewMapControlOptions extends MapObject
Modifier and Type | Class and Description |
---|---|
protected static class |
OverviewMapControlOptions.Property |
Constructor and Description |
---|
OverviewMapControlOptions()
Creates new OverviewMapControlOptions object.
|
OverviewMapControlOptions(Map map)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getOpened()
Returns value of opened property.
|
void |
setOpened(boolean opened)
Sets new value for opened property.
|
addEventListener, attachObject, cacheProperties, cacheProperties, clone, createJSValue, dispose, fromJSValue, getJSObject, getMap, getProperties, invokeMethod, propertyChanged, removeEventListener, updateProperty
public OverviewMapControlOptions()
@Deprecated public OverviewMapControlOptions(Map map)
map
- owner Map objectpublic boolean getOpened()
Indicates whether the control should display in opened mode or collapsed (minimized) mode. By default, the control is closed.
setOpened(boolean)
public void setOpened(boolean opened)
opened
- new property valuegetOpened()