Cesium Utils - v0.0.11
    Preparing search index...

    Interface ConstructorOptions

    Initialization options for TerrainArea constructor.

    interface ConstructorOptions {
        credit?: string | Credit;
        isCustom?: boolean;
        terrainProvider: TerrainProvider;
        tileRanges: Map<number, TileRange>;
    }
    Index

    Properties

    credit?: string | Credit

    Credit to associate with this terrain provider. Used to identify custom terrain providers.

    custom
    
    isCustom?: boolean

    Whether this is a custom terrain provider.

    true
    
    terrainProvider: TerrainProvider

    The terrain provider for this area or a URL to create one from.

    tileRanges: Map<number, TileRange>

    Tile ranges by level when using tileRange type. Keys are zoom levels, values define the range of tiles at that level.