Class ImageOverlay
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.mapsui.widget.leaflet.client.Layer
io.jmix.mapsui.widget.leaflet.client.ImageOverlay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImageOverlay
create
(String imageUrl, LatLngBounds bounds, ImageOverlayOptions circleMarkerOptions) 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
-
ImageOverlay
protected ImageOverlay()
-
-
Method Details
-
create
public static ImageOverlay create(String imageUrl, LatLngBounds bounds, ImageOverlayOptions circleMarkerOptions)
-