Class IWTooltip
Extends IWWindowOverlay.
IWTooltip
is an implementation of the IWWindowOverlay
interface
to display textual information on the map.
Constructor Summary |
IWTooltip(map, coordinate, content)
Creates a new tooltip object.
|
Method Summary
|
|
afterAppend()
undocumented
|
|
beforeAppend()
undocumented
|
void
|
destroy()
Destroys the toolip.
Call this method after the tooltip has been removed from the map by calling the removeWindowOverlay
method.
|
IWTooltip
IWTooltip(map, coordinate, content)
Creates a new tooltip object.
Parameters:
Object content
- a DOMElement or String to display in the tooltip
afterAppend
afterAppend()
beforeAppend
beforeAppend()
destroy
void destroy()
Destroys the toolip. Releases all DOM references and event listeners.
Call this method after the tooltip has been removed from the map by calling the removeWindowOverlay
method.
Source-Code Copyright 2007-2016 infoware GmbH - Documentation generated on Tue Nov 29 2022 14:20:14 GMT+0100 (MEZ)