MapVisualItem.updatePosition

Syntax

updatePosition(x: Number, y: Number);

Parameters

x. Point abscissa. Optional parameter.

y. point ordinate. Optional parameter.

Description

The updatePosition method updates factor position of the map layer area.

Comments

If method parameters are not set then factor position is updated using map layer area coordinates to which the visualizer is linked.

Example

The example of use is given on the page with description of the PP.MapVisualItem class constructor.

See also:

MapVisualItem