# `Postgrex.Polygon`
[🔗](https://github.com/elixir-ecto/postgrex/blob/v0.22.3/lib/postgrex/builtins.ex#L143)

Struct for PostgreSQL `polygon`.

## Fields

  * `vertices`

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
