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
Rangemade ofNamedPolygons. Take the list ofNamedPolygons representing theRange. The polygons are ordered inside-out.Declaration
Swift
case namedPolygons([NamedPolygon]) -
Represents a
Rangemade ofNamedCircles. Takes the list ofNamedCircles representing theRange. The circles must be co-centric.Declaration
Swift
case namedCircles([NamedCircle])
Range Enumeration Reference