MapLayer.getShape

Syntax

getShape(sId: String);

Parameters

sId. Identifier of map layer area.

Description

The getShape method returns map layer area by its identifier.

Comments

The method returns a PP.MapShape value.

Example

The example of use is given on the page with description of the MapLayer.addSubLayer method.

See also:

MapLayer