RangeBoundary
public enum RangeBoundary
                RangeBoundary represents different boundary representations. Currently it only supports polygon.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  
A polygon in a counterclockwise orientation.
Declaration
Swift
case polygon(points: [CLLocationCoordinate2D])Parameters
pointsThe points describing the polygon.
 
        
 
          TomTom SDK for iOS (0.40.0)
        
          RangeBoundary