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 (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
RangeBoundary