Open Pioneer Trails Packages
    Preparing search index...

    These are the properties supported by the ScaleSetter.

    interface ScaleSetterProps {
        map?: MapModel;
        mapId?: string;
        scales?: number[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    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.

    scales?: number[]

    The set of scales that can be selected by the user.