Mariaex v0.9.1 Mariaex.Geometry.Polygon View Source

Define the Polygon struct

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Mariaex.Geometry.Polygon{
  coordinates: [[{number(), number()}]],
  srid: non_neg_integer() | nil
}