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
points
The points describing the polygon.