Class MarkerClusterGroup
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.mapsui.widget.leaflet.client.Layer
io.jmix.mapsui.widget.leaflet.client.LayerGroup
io.jmix.mapsui.widget.leaflet.client.MarkerClusterGroup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
addAnimationEndListener
(AnimationEndListener listener) final com.google.gwt.core.client.JavaScriptObject
addClusterClickListener
(ClusterClickListener listener) static void
static MarkerClusterGroup
create
(MarkerClusterGroupOptions options) final void
Methods inherited from class io.jmix.mapsui.widget.leaflet.client.LayerGroup
addLayer, bringToBack, bringToFront, create, create, getLayers, getRawLayers, removeLayer
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
-
MarkerClusterGroup
protected MarkerClusterGroup()
-
-
Method Details
-
create
-
addLayer
-
addClusterClickListener
public final com.google.gwt.core.client.JavaScriptObject addClusterClickListener(ClusterClickListener listener) -
removeAnimationEndListener
public final void removeAnimationEndListener() -
addAnimationEndListener
-