s2js
    Preparing search index...

    Interface Region

    interface Region {
        cellUnionBound(): bigint[];
        containsCell(c: Cell): boolean;
        containsPoint(p: s2.Point): boolean;
        intersectsCell(c: Cell): boolean;
    }

    Implemented by

    Index

    Methods