maplibregl-recorder
    Preparing search index...

    Type Alias MapCallState

    What the map had finished doing when a call was made.

    type MapCallState = {
        l: boolean;
        s: boolean;
    }
    Index
    l s
    l: boolean

    Whether the map had loaded.

    s: boolean

    Whether the style had loaded.