Point
public struct Point : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The value of the X coordinate for a point on a Polygon.
Declaration
Swift
public let x: Float? -
The value of the Y coordinate for a point on a Polygon.
Declaration
Swift
public let y: Float? -
Undocumented
Declaration
Swift
public init(x: Float? = nil, y: Float? = nil)
View on GitHub
Point Structure Reference