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”, 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
Rangemade ofNamedCircles. Takes the list ofNamedCircles representing theRange. The circles must be co-centric.Declaration
Swift
case namedCircles([NamedCircle])
TomTom SDK for iOS (0.53.1)
Range