GeometryCollection constructor

GeometryCollection({
  1. BBox? bbox,
  2. List<GeometryType> geometries = const [],
})

Implementation

GeometryCollection({BBox? bbox, this.geometries = const []})
    : super.withType(GeoJSONObjectType.geometryCollection, bbox: bbox);