Interface AbstractXyzSource.HasMinZoom

All Known Subinterfaces:
AbstractXyzSource.HasXyzSourceOptions
All Known Implementing Classes:
NoOpXyzSource, XyzSource
Enclosing class:
AbstractXyzSource

public static interface AbstractXyzSource.HasMinZoom
Interface to be implemented by sources that should provide min zoom management.

For more details see: XYZ docs

  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    Sets min zoom level.
  • Method Details

    • getMinZoom

      Integer getMinZoom()
      Returns:
      min zoom level or null if not set
    • setMinZoom

      void setMinZoom(Integer minZoom)
      Sets min zoom level. The default value is 0.

      Note, minZoom attribute is set only at creation time and cannot be changed at runtime.

      For more details see: XYZ docs

      Parameters:
      minZoom - zoom to set