View Source Postgrex.Polygon (Postgrex v0.17.0)

Struct for PostgreSQL polygon.

fields

Fields

  • vertices

Link to this section Summary

Link to this section Types

@type t() :: %Postgrex.Polygon{vertices: [Postgrex.Point.t()]}