View Source Geo.GeometryCollection (Geo v3.6.0)

Defines the GeometryCollection struct.

Summary

Types

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