RectangleGeometry
public struct RectangleGeometry : Hashable
Rectangle geometry for searchArea.
Bounding box representing the rectangle.
Declaration
Swift
public let boundingBox: BoundingBox
Creates a new RectangleGeometry
Declaration
Swift
public init(boundingBox: BoundingBox)
Parameters
boundingBox
|
a bounding box representing the rectangle. |