RangeBoundary
public enum RangeBoundary
Boundary of the area reachable from an initial vehicle position.
-
A polygon defined by vertices listed in counterclockwise order.
Declaration
Swift
case polygon(points: [CLLocationCoordinate2D])Parameters
pointsThe points describing the polygon.
TomTom SDK for iOS (0.53.1)
RangeBoundary