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;
}

Methods

Methods

  • Releases all resources acquired by this instance.

    Returns void