View Source Postgrex.Polygon (Postgrex v0.17.5)

Struct for PostgreSQL polygon.

Fields

  • vertices

Summary

Types

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