TNEntityPolygon
@objcMembers
open class TNEntityPolygon : NSObject, Codable
The polygon defined by a minimum of three geo-coordinates to qualify as an shape.
-
The list of geo-coordinates for a polygon.
Declaration
Swift
public var points: [TNEntityGeoPoint]?