MapLayer.updateTooltipPositions3d

Syntax

updateTooltipPositions3d();

Description

The updateTooltipPositions3d method updates tooltip position for regions of the current layer and child layers of a 3D map.

Example

Execute the example given in the page with description of the MapShape.updateTooltipPosition3d method, but before that replace the scenario line

shape.updateTooltipPosition3d();

with the following one:

map.getLayer("Regions").updateTooltipPositions3d();

The result of example execution is the same.

See also:

MapLayer