Open Pioneer Trails Packages
    Preparing search index...

    Interface LegendProps

    These are special properties for the Legend.

    interface LegendProps {
        map?: MapModel;
        showBaseLayers?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    map?: MapModel

    The map model to use.

    showBaseLayers?: boolean

    Specifies whether legend for active base layer is shown in the legend UI. Defaults to false.