Class MarkerClusterGroup


  • public class MarkerClusterGroup
    extends org.discotools.gwt.leaflet.client.layers.others.FeatureGroup
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MarkerClusterGroup addLayer​(org.discotools.gwt.leaflet.client.layers.ILayer layer)  
      MarkerClusterGroup addLayers​(java.util.List<org.discotools.gwt.leaflet.client.layers.ILayer> layers)  
      MarkerClusterGroup bindPopup​(java.lang.String htmlContent, org.discotools.gwt.leaflet.client.Options options)  
      org.discotools.gwt.leaflet.client.jsobject.JSObject getMapObject()  
      boolean hasLayer​(org.discotools.gwt.leaflet.client.layers.ILayer layer)  
      MarkerClusterGroup on​(java.lang.String event, MarkerClusterEventCallback callback)  
      • Methods inherited from class org.discotools.gwt.leaflet.client.layers.others.FeatureGroup

        addTo, bringToBack, bringToFront, getBounds, setAlias, setOptions, setStyle
      • Methods inherited from class org.discotools.gwt.leaflet.client.layers.others.LayerGroup

        clearLayers, removeLayer
      • Methods inherited from class org.discotools.gwt.leaflet.client.jsobject.JSObjectWrapper

        getJSObject, setJSObject
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MarkerClusterGroup

        public MarkerClusterGroup​(org.discotools.gwt.leaflet.client.jsobject.JSObject element)
      • MarkerClusterGroup

        public MarkerClusterGroup()
      • MarkerClusterGroup

        public MarkerClusterGroup​(org.discotools.gwt.leaflet.client.Options options)
    • Method Detail

      • addLayer

        public MarkerClusterGroup addLayer​(org.discotools.gwt.leaflet.client.layers.ILayer layer)
        Overrides:
        addLayer in class org.discotools.gwt.leaflet.client.layers.others.FeatureGroup
      • addLayers

        public MarkerClusterGroup addLayers​(java.util.List<org.discotools.gwt.leaflet.client.layers.ILayer> layers)
      • bindPopup

        public MarkerClusterGroup bindPopup​(java.lang.String htmlContent,
                                            org.discotools.gwt.leaflet.client.Options options)
        Overrides:
        bindPopup in class org.discotools.gwt.leaflet.client.layers.others.FeatureGroup
      • getMapObject

        public final org.discotools.gwt.leaflet.client.jsobject.JSObject getMapObject()
      • hasLayer

        public boolean hasLayer​(org.discotools.gwt.leaflet.client.layers.ILayer layer)