Class GridLayerOptions
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
io.jmix.mapsui.widget.leaflet.client.Layer
io.jmix.mapsui.widget.leaflet.client.AbstractJsonOptions
io.jmix.mapsui.widget.leaflet.client.GridLayerOptions
- Direct Known Subclasses:
TileLayerOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GridLayerOptions
create()
final void
setAttribution
(String attributionString) final void
setBounds
(LatLngBounds bounds) final void
setMaxNativeZoom
(int maxNativeZoom) final void
setMinNativeZoom
(int minNativeZoom) final void
setNoWrap
(boolean noWrap) final void
setOpacity
(double opacity) final void
setTileSize
(int tileSize) final void
setZindex
(int zIndex) Methods inherited from class io.jmix.mapsui.widget.leaflet.client.AbstractJsonOptions
setCustomOption, setCustomOption, setCustomOption, setCustomOption
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
-
GridLayerOptions
protected GridLayerOptions()
-
-
Method Details
-
create
-
setTileSize
public final void setTileSize(int tileSize) -
setOpacity
public final void setOpacity(double opacity) -
setZindex
public final void setZindex(int zIndex) -
setBounds
-
setMaxNativeZoom
public final void setMaxNativeZoom(int maxNativeZoom) -
setMinNativeZoom
public final void setMinNativeZoom(int minNativeZoom) -
setNoWrap
public final void setNoWrap(boolean noWrap) -
setAttribution
-