/** * Removes all the layers from the group. * * @return LayerGroup */ public LayerGroup clearLayers() { LayerGroupImpl.clearLayers(getJSObject()); return this; }