cesium-spatial
    Preparing search index...

    Interface CoverResult

    The outcome of a budget-aware cover.

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

    Hierarchy (View Summary)

    Index
    cells: string[]
    coarsened: boolean

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

    resolution: number

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