Polygon
public struct Polygon : Equatable
Polygon type.
-
Undocumented
Declaration
Swift
public let points: [Point] -
Undocumented
Declaration
Swift
public let fenceType: FenceType -
Geofence polygon types.
See moreDeclaration
Swift
public enum FenceType : Equatable -
Initializes a new
Polygon.Parameters
pointsPoints defining the polygon
fenceTypeFence type
-
Declaration
Swift
public static func == (lhs: Polygon, rhs: Polygon) -> Bool
View on GitHub
Install in Dash
Polygon Structure Reference