Class MarkerCluster

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.mapsui.widget.leaflet.client.MarkerCluster

public class MarkerCluster extends com.google.gwt.core.client.JavaScriptObject
A marker cluster created dynamically in JS by the plugin
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final com.google.gwt.core.client.JsArray<Marker>
     
    final int
     

    Methods inherited from class com.google.gwt.core.client.JavaScriptObject

    cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MarkerCluster

      protected MarkerCluster()
  • Method Details

    • getLength

      public final int getLength()
    • getAllChildMarkers

      public final com.google.gwt.core.client.JsArray<Marker> getAllChildMarkers()