geoview-core - v2.2.0
    Preparing search index...

    Interface TypeScaleInfo

    Represents the map scale display information for metric and imperial units.

    interface TypeScaleInfo {
        labelGraphicImperial: string;
        labelGraphicMetric: string;
        labelNumeric: string;
        lineWidthImperial: string;
        lineWidthMetric: string;
    }
    Index

    Properties

    labelGraphicImperial: string

    The label text for the imperial scale bar.

    labelGraphicMetric: string

    The label text for the metric scale bar.

    labelNumeric: string

    The numeric scale label.

    lineWidthImperial: string

    The line width for the imperial scale bar.

    lineWidthMetric: string

    The line width for the metric scale bar.