Open Pioneer Trails Packages
    Preparing search index...

    Interface OverlayPositionFollowPointer

    Automatically positions the overlay on the mouse cursor's coordinates.

    This can be used, for example, to implement tooltips for map interactions.

    interface OverlayPositionFollowPointer {
        initial?: Coordinate;
        kind: "follow-pointer";
    }
    Index

    Properties

    Properties

    initial?: Coordinate

    The initial coordinates.

    Use undefined (the default) to hide until the first mouse event on the map.

    kind: "follow-pointer"