Range
public enum Range
Represents a Range
that can be displayed by RangeVisualization
.
Important
This is a Public Preview API. It may be changed or removed at any time.Represents a Range
made of NamedCircle
s.
Takes the list of NamedCircle
s representing the Range
. The circles must be co-centric.
Declaration
Swift
case namedCircles([NamedCircle])
Represents a Range
made of NamedPolygon
s.
Take the list of NamedPolygon
s representing the Range
. The polygons are ordered “inside-out”,
meaning the first polygon in the list is the innermost, progressing outward to the last polygon, which is the outermost.
Declaration
Swift
case namedPolygons([NamedPolygon])