Polygon

data class Polygon(val points: List<GeoPoint>) : RangeBoundary

A polygon defined by vertices listed in counterclockwise order.

Constructors

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

Properties

Link copied to clipboard

The points describing the polygon.