@arl/leaflet-tracksymbol2
    Preparing search index...

    Interface ScaleOptions

    interface ScaleOptions {
        imperial?: boolean;
        maxWidth?: number;
        metric?: boolean;
        position?: ControlPosition;
        updateWhenIdle?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    imperial?: boolean
    maxWidth?: number
    metric?: boolean
    position?: ControlPosition
    updateWhenIdle?: boolean