cesium-spatial
    Preparing search index...

    Interface CellsInViewResult

    What cellsInView produces.

    interface CellsInViewResult {
        cells: string[];
        coarsened: boolean;
        resolution: number;
        view: ViewInfo;
    }

    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.

    view: ViewInfo

    The camera measurements the resolution was derived from.