MapShape.setBorder

Syntax

setBorder(enabled: Boolean, color: String, opacity: Number);

Parameters

enabled. Indicates that the map layer area border will be shown. If this parameter is True the border is shown, otherwise (default) it is not.

color. Border color.

opacity. Border transparency coefficient. Parameter value may vary from 0 (absolutely transparent border) to 1 (absolutely opaque border).

Description

The setBorder method sets border for map layer area.

Example

The example of method use is given in the page with description of the MapShape.VerticesData property.

See also:

MapShape