Remove a polygon from the map
Future<void> removePolygon(String name) => _polygonsState.removePolygon(name);