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 NamedPolygons. Take the list of NamedPolygons 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])
  • Represents a Range made of NamedCircles. Takes the list of NamedCircles representing the Range. The circles must be co-centric.

    Declaration

    Swift

    case namedCircles([NamedCircle])