Interface HasBaseTileLayerOptions

All Superinterfaces:
HasBaseLayerOptions
All Known Implementing Classes:
BaseTileLayer, BaseTileLayerOptions, NoOpTileLayer, TileLayer, TileLayerOptions

public interface HasBaseTileLayerOptions extends HasBaseLayerOptions
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 Details

    • getPreload

      Integer getPreload()
      Returns:
      the level to preload tiles up to or null if not set
    • setPreload

      void setPreload(Integer preload)
      Sets the preload level. Layer loads low-resolution tiles up to preload levels. The default value is 0 which means no preloading.

      For more details see: setPreload() docs

      Parameters:
      preload - the level to preload tiles up to