Class TileLayerOptions
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
io.jmix.mapsui.widget.leaflet.client.TileLayerOptions
- Direct Known Subclasses:
WmsLayerOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TileLayerOptions
create()
final void
setDetectRetina
(boolean detect) final void
setMaxZoom
(int maxZoom) final void
setMinZoom
(int minZoom) final void
setSubDomains
(com.google.gwt.core.client.JsArrayString subdomains) final void
setSubDomains
(String... subDomains) final void
setTms
(boolean tms) Methods inherited from class io.jmix.mapsui.widget.leaflet.client.GridLayerOptions
setAttribution, setBounds, setMaxNativeZoom, setMinNativeZoom, setNoWrap, setOpacity, setTileSize, setZindex
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
-
TileLayerOptions
protected TileLayerOptions()
-
-
Method Details
-
create
-
setDetectRetina
public final void setDetectRetina(boolean detect) -
setSubDomains
-
setSubDomains
public final void setSubDomains(com.google.gwt.core.client.JsArrayString subdomains) -
setMinZoom
public final void setMinZoom(int minZoom) -
setMaxZoom
public final void setMaxZoom(int maxZoom) -
setTms
public final void setTms(boolean tms)
-