MapLayer.getSubLayer

Syntax

getSubLayer(id: Number);

Parameters

id. Identifier of the returned child layer.

Description

The getSubLayer method returns map child layer by its identifier.

Comments

The method returns a PP.MapLayer object.

Example

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

See also:

MapLayer