SDK JS
    Preparing search index...

    Terrain LOD tuning forwarded to MapLibre's setSourceTileLodParams.

    interface TileLodParams {
        maxZoomLevelsOnScreen: number;
        tileCountMaxMinRatio: number;
    }
    Index

    Properties

    maxZoomLevelsOnScreen: number

    Zoom levels of detail spread across the screen toward the horizon.

    tileCountMaxMinRatio: number

    Higher = load more tiles at high pitch (toward the horizon / behind).