Polygon

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

A polygon defined by vertices listed in counterclockwise order.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

points

The points describing the polygon.

Constructors

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

Properties

Link copied to clipboard