@JsType(isNative=true, namespace="<global>", name="Object") public class ControlLayersOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ControlLayersOptions.Builder
The Class Builder.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getAutoZIndex()
Gets whether the control will assign zIndexes in increasing order to all of its layers so that the order is preserved when switching them on/off.
|
boolean |
getCollapsed()
Gets whether the control will be collapsed into an icon and expanded on mouse hover or touch.
|
String |
getPosition()
Gets the position of the control (one of the map corners).
|
@JsOverlay public final String getPosition()
@JsOverlay public final boolean getCollapsed()
@JsOverlay public final boolean getAutoZIndex()
Copyright © 2018 G-Widgets. All rights reserved.