Geo.MultiPolygonZ (Geo v3.4.3) View Source

Defines the MultiPolygonZ struct.

Link to this section Summary

Link to this section Types

Specs

t() :: %Geo.MultiPolygonZ{
  coordinates: [[[{number(), number(), number()}]]],
  properties: map(),
  srid: integer() | nil
}