Open Pioneer Trails Packages
    Preparing search index...

    These are the properties supported by the ScaleBar.

    interface ScaleBarProps {
        displayMode?: "bar" | "line";
        map?: MapModel;
        mapId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayMode?: "bar" | "line"

    Display the scale either as a line or a bar. Defaults to "line".

    map?: MapModel

    The map model to use.

    mapId?: string

    The id of the map. The map will be looked up in the MapRegistry service.

    Use the map property instead.