Geo v3.0.0 Geo.MultiPolygon View Source

Defines the MultiPolygon struct.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Geo.MultiPolygon{
  coordinates: [[[{number(), number()}]]],
  properties: map(),
  srid: integer()
}