NamedPolygons

class NamedPolygons(val polygons: List<NamedPolygon>) : Range

Represents a Range made of NamedPolygons.

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

Parameters

polygons

The list of NamedPolygons representing the Range. The polygons are ordered "inside-out", meaning the first polygon in the list is the innermost polygon, progressing outward to the last polygon, which is the outermost.

Constructors

Link copied to clipboard
constructor(polygons: List<NamedPolygon>)

Properties

Link copied to clipboard