Class HeatMapLayer
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.mapsui.widget.leaflet.client.Layer
io.jmix.mapsui.widget.leaflet.client.HeatMapLayer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final HeatMapLayer
create
(com.google.gwt.core.client.JsArray<LatLng> latlngs, com.google.gwt.core.client.JavaScriptObject options) 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
-
HeatMapLayer
protected HeatMapLayer()
-
-
Method Details
-
create
public static final HeatMapLayer create(com.google.gwt.core.client.JsArray<LatLng> latlngs, com.google.gwt.core.client.JavaScriptObject options)
-