Open Pioneer Trails Packages
    Preparing search index...

    Interface MapModelProps

    Options that specify which map to use. See useMapModel.

    When not setting any of these properties on a component, the default map (from the DefaultMapProvider) will be used. If that is not available either, an error will be thrown.

    interface MapModelProps {
        map?: MapModel;
        mapId?: string;
    }

    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.