Postgrex.Polygon (Postgrex v0.21.1)

View Source

Struct for PostgreSQL polygon.

Fields

  • vertices

Summary

Types

t()

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