Open Pioneer Trails Packages
    Preparing search index...

    Options that specify which map to use. See useMapModelValue.

    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 SpatialBookmarksProps {
        map?: MapModel;
        [key: `data-${string}`]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: `data-${string}`]: unknown

      Arbitrary data attributes.

      NOTE: The component may use data properties for its own behavior. Make sure not to overwrite required attributes.

    Index

    Properties

    Properties

    map?: MapModel

    The map model to use.