Class LayerGroup
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.mapsui.widget.leaflet.client.Layer
io.jmix.mapsui.widget.leaflet.client.LayerGroup
- Direct Known Subclasses:
FeatureGroup
,MarkerClusterGroup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
final void
static LayerGroup
create()
static LayerGroup
final Layer[]
final com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JavaScriptObject>
final void
removeLayer
(Layer layer) Methods inherited from class io.jmix.mapsui.widget.leaflet.client.Layer
addClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListener
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
LayerGroup
protected LayerGroup()
-
-
Method Details
-
create
-
create
-
addLayer
-
removeLayer
-
getLayers
-
getRawLayers
public final com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JavaScriptObject> getRawLayers() -
bringToFront
public final void bringToFront() -
bringToBack
public final void bringToBack()
-