MapLayer.updateLabelPositions3d

Syntax

updateLabelPositions3d();

Description

The updateLabelPosition3d method updates positions of labels for areas of the current map layer and its child layers on 3D map.

Example

Execute the example given on the page of the MapShape.toggleLabel3d method description, but replace the script line

shape.updateLabelPosition3d();

with the following one:

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

The result of example execution is the same.

See also:

MapLayer