Geo.GeometryCollection (Geo v3.4.3) View Source
Defines the GeometryCollection struct.
Link to this section Summary
Link to this section Types
Specs
t() :: %Geo.GeometryCollection{
geometries: [Geo.geometry()],
properties: map(),
srid: integer() | nil
}