View Source Postgrex.Polygon (Postgrex v0.19.0)

Struct for PostgreSQL polygon.

Fields

  • vertices

Summary

Types

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