Interface HasBaseTileLayerOptions
- All Superinterfaces:
HasBaseLayerOptions
- All Known Implementing Classes:
BaseTileLayer
,BaseTileLayerOptions
,NoOpTileLayer
,TileLayer
,TileLayerOptions
Options for layer sources that provide pre-rendered, tiled images in grids that are organized
by zoom levels for specific resolutions.
For more details see: BaseTileLayer docs
-
Method Summary
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.layer.option.HasBaseLayerOptions
getClassName, getExtent, getMaxZoom, getMinZoom, getOpacity, getZIndex, isVisible, setClassName, setExtent, setMaxZoom, setMinZoom, setOpacity, setVisible, setZIndex
-
Method Details
-
getPreload
Integer getPreload()- Returns:
- the level to preload tiles up to or
null
if not set
-
setPreload
Sets the preload level. Layer loads low-resolution tiles up to preload levels. The default value is0
which means no preloading.For more details see: setPreload() docs
- Parameters:
preload
- the level to preload tiles up to
-