cesium-spatial
    Preparing search index...

    Interface CellsInViewResult

    What cellsInView produces.

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

    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.

    view: ViewInfo

    The camera measurements the level was derived from.