GeoLeaf Core API - v3.0.0
    Preparing search index...

    Layer-manager surface (zoom-based visibility recompute).

    interface LayerManagerModuleLike {
        updateLayerVisibilityByZoom?: () => void;
    }
    Index

    Properties

    updateLayerVisibilityByZoom?: () => void