Geo v3.0.0 Geo.GeometryCollection View Source

Defines the GeometryCollection struct.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Geo.GeometryCollection{
  geometries: [Geo.geometry()],
  properties: map(),
  srid: integer()
}