s2js
    Preparing search index...

    Interface RegionCovererOptions

    RegionCovererOptions allows the RegionCoverer to be configured.

    interface RegionCovererOptions {
        levelMod?: number;
        maxCells?: number;
        maxLevel?: number;
        minLevel?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    levelMod?: number

    the levelMod to be used.

    1
    
    maxCells?: number

    the maximum desired number of cells in the approximation.

    8
    
    maxLevel?: number

    the maximum cell level to be used.

    30
    
    minLevel?: number

    the minimum cell level to be used.

    0