removeLayer method

LayerGroup removeLayer(
  1. double id
)

Removes the layer with the given internal ID from the group.

Implementation

external LayerGroup removeLayer(double id);