Geo v3.1.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()
View Source
t() :: %Geo.GeometryCollection{
geometries: [Geo.geometry()],
properties: map(),
srid: integer()
}
t() :: %Geo.GeometryCollection{ geometries: [Geo.geometry()], properties: map(), srid: integer() }