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

    Structural view of a MapLibre clustered GeoJSON source's expansion-zoom method. map.getSource() returns a Source union; the POI renderer narrows to this shape to query the zoom that explodes a cluster.

    interface ClusterSourceLike {
        getClusterExpansionZoom(clusterId: number): Promise<number>;
    }
    Index

    Methods