Postgrex.Polygon (Postgrex v0.20.0)

View Source

Struct for PostgreSQL polygon.

Fields

  • vertices

Summary

Types

t()

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