Skip to content

ControlsOptions🔗

Definition🔗

export interface ControlsOptions {
    // Zoom (upper left)
    showZoom?: boolean;
    // let the mouse wheel zoom
    mouseWheelZoom?: boolean;
    // Lower right
    showAttribution?: boolean;
    // Scale options
    showScale?: boolean;
    // Show debug
    showDebug?: boolean;
    // Show measure
    showMeasure?: boolean;
}

See also🔗