NamedPolygons

data class NamedPolygons(val polygons: List<Range.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 composing the Range. The polygons are ordered inside-out.

Constructors

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

Properties

Link copied to clipboard