@JsType(isNative=true,
namespace="<global>",
name="Object")
public class ControlLayersOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ControlLayersOptions.Builder
The Class Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
java.lang.Boolean |
getCollapsed()
Gets whether the control will be collapsed into an icon and expanded on mouse hover or touch.
|
java.lang.String |
getPosition()
Gets the position of the control (one of the map corners).
|
@JsOverlay public final java.lang.String getPosition()
@JsOverlay public final java.lang.Boolean getCollapsed()
@JsOverlay public final java.lang.Boolean getAutoZIndex()