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 ofNamedPolygon
s. Take the list ofNamedPolygon
s representing theRange
. 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])
-
Represents a
Range
made ofNamedCircle
s. Takes the list ofNamedCircle
s representing theRange
. The circles must be co-centric.Declaration
Swift
case namedCircles([NamedCircle])