View Source Geo.GeometryCollection (Geo v3.5.1)

Defines the GeometryCollection struct.

Link to this section Summary

Link to this section Types

@type t() :: %Geo.GeometryCollection{
  geometries: [Geo.geometry()],
  properties: map(),
  srid: integer() | nil
}