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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal voidfinal voidstatic LayerGroupcreate()static LayerGroupfinal Layer[]final com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JavaScriptObject>final voidremoveLayer(Layer layer) Methods inherited from class io.jmix.mapsui.widget.leaflet.client.Layer
addClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListenerMethods 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()
-