@vcmap/core
    Preparing search index...

    Type Alias CameraLimiterOptions

    type CameraLimiterOptions = {
        level?: number | null;
        limit?: number;
        mode?: CameraLimiterMode;
        terrainRequestHeaders?: Record<string, string>;
        terrainUrl?: string;
    }
    Index

    Properties

    level?: number | null

    the level at which to request terrain data. setting this to null will request most detailed

    12
    
    limit?: number
    200
    
    'height'
    
    terrainRequestHeaders?: Record<string, string>

    if mode is distance this can be used to send headers with each request to the terrainUrl

    terrainUrl?: string

    required if mode is distance.