Defines the Polygon struct.
@type t() :: %Geo.Polygon{ coordinates: [[{number(), number()}]], properties: map(), srid: integer() | nil }