Open Pioneer Trails Packages
    Preparing search index...

    Interface MapAnchorProps

    interface MapAnchorProps {
        children?: ReactNode;
        horizontalGap?: number;
        position?: MapAnchorPosition;
        verticalGap?: number;
    }

    Hierarchy

    • CommonComponentProps
      • MapAnchorProps
    Index

    Properties

    children?: ReactNode
    horizontalGap?: number

    Horizontal gap in pixel applied to anchor container. Only interpreted if a non-manual position is used.

    0
    

    The position of the anchor container above the map.

    Use manual if you wish to position the anchor manually using absolute positioning. This can be achieved by configuring a css class on the map anchor and using css properties like left, top, etc.

    "top-right"
    
    verticalGap?: number

    Vertical gap in pixel applied to anchor container. Only interpreted if a non-manual position is used.

    0 (If positioned at the bottom, default verticalGap == 30)