Class Shapes

Methods

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

    Parameters

    • shape: Shape

      The shape to be removed.

    Returns void

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

    Returns string[]

    map.Shapes.removeAll();