resetBoundary method

void resetBoundary()

Clears all points, markers, and shapes.

Implementation

void resetBoundary() {
  _tappedPoints.clear();
  _undoStack.clear();
  _markerMap.clear();
  _updateMapShapes();
}