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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GridLayerOptionscreate()final voidsetAttribution(String attributionString) final voidsetBounds(LatLngBounds bounds) final voidsetMaxNativeZoom(int maxNativeZoom) final voidsetMinNativeZoom(int minNativeZoom) final voidsetNoWrap(boolean noWrap) final voidsetOpacity(double opacity) final voidsetTileSize(int tileSize) final voidsetZindex(int zIndex) Methods inherited from class io.jmix.mapsui.widget.leaflet.client.AbstractJsonOptions
setCustomOption, setCustomOption, setCustomOption, setCustomOptionMethods inherited from class io.jmix.mapsui.widget.leaflet.client.Layer
addClickListener, addContextMenuListener, addLayerRemovedListener, addMouseOutListener, addMouseOverListener, removeClickListener, removeContextMenuListener, removeListener, removeMouseOutListener, removeMouseOverListenerMethods 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
-