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

    Structural view of a MapLibre GeoJSON source's mutating method. The registry stores generic Source handles; the adapter narrows to this shape (guarded by typeof source.setData === "function") before replacing layer data.

    interface GeoJSONSourceLike {
        setData(data: unknown): void;
    }
    Index

    Methods

    Methods