Class Shapes

Methods

  • Removes a specific shapes (Shape) from the map.

    Parameters

    • shapes: Shape

      The shapes to be removed.

    Returns void

    map.Shapes.remove(geo);
    
  • Removes all Shapes (Shape) from the map.

    Returns string[]

    map.Shapes.removeAll();