PgPolygon

data class PgPolygon(val points: List<PgPoint>)

Represents a polygon, consisting of a closed sequence of connected points.

Constructors

Link copied to clipboard
constructor(points: List<PgPoint>)

Properties

Link copied to clipboard

The list of points defining the vertices of the polygon.