map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface TipViewer

    The TipViewer watches its associated view for mouse movements and displays a maptip when a relevant feature has been hit.

    TipViewers do not have a programmatic interface, expect for their destroy() method.

    interface TipViewer {
        destroy(): void;
    }
    Index

    Methods

    Methods

    • Releases all resources acquired by this instance.

      Returns void