Class BaseTileLayerOptions

java.lang.Object
io.jmix.mapsflowui.kit.component.model.layer.option.BaseLayerOptions
io.jmix.mapsflowui.kit.component.model.layer.option.BaseTileLayerOptions
All Implemented Interfaces:
BaseTileLayer.HasBaseTileLayerOptions, BaseTileLayer.HasPreload, HasBaseLayerOptions
Direct Known Subclasses:
TileLayerOptions

public abstract class BaseTileLayerOptions extends BaseLayerOptions implements BaseTileLayer.HasBaseTileLayerOptions
Abstract implementation of 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

See Also:
  • Field Details

    • preload

      protected Integer preload
  • Constructor Details

    • BaseTileLayerOptions

      public BaseTileLayerOptions()
  • Method Details