MapArrowBase.clear

Syntax

clear();

Description

The clear method removes an arrow from the map layer.

Example

To execute the example HTML page must contain the object of the PP.MapArrowBase type (see MapFilledArrow Constructor) named mapArrow. Remove an arrow from the map layer:

clearArrow(mapArrow);

As a result of executing the example, the arrow is removed.

See also:

MapArrowBase