cesium-spatial
    Preparing search index...

    Interface CoverResult

    The outcome of a budget-aware cover.

    interface CoverResult {
        cells: string[];
        coarsened: boolean;
        level: number;
    }

    Hierarchy (View Summary)

    Index
    cells: string[]
    coarsened: boolean

    True when the cell budget forced a coarser level than requested.

    level: number

    The level actually used, which may be coarser than requested.