MapVisualItem.animate

Syntax

animate(step: Number, animationTypes: Array);

Parameters

step. Relation of required animation duration to total animation duration. Available values - from 0 to 1 including.

animationTypes. Array which determines modes of animation playing. Array could have the MapAnimationType enumeration items.

Description

The animate method plays animation of the map layer area factor of selected duration and in selected modes.

Example

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

See also:

MapVisualItem