GeoJSONGeometryCollection constructor

GeoJSONGeometryCollection(
  1. List<GeoJSONGeometry> geometries
)

Constructs a new Geometry Collection with the given list of geometries.

Implementation

GeoJSONGeometryCollection(this.geometries);