MapShape.toggleTooltip

Syntax

toggleTooltip(x: Number, y: Number);

Parameters

x. Screen coordinate of tooltip position relative to horizontal axis of the map.

y. Screen coordinate of tooltip position relative to vertical axis of the map.

Description

The toggleTooltip method hides and shows (toggles) tooltip for a map layer area after each method invocation.

Example

The example of use is given in the page with description of the MapShape.toggleLabel method.

See also:

MapShape