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