RectangleGeometry

public struct RectangleGeometry : Geometry

Rectangle geometry for searchArea

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Creates a new RectangleGeometry

    Declaration

    Swift

    public init(boundingBox: BoundingBox)

    Parameters

    boundingBox

    a bounding box representing the rectangle

Public

  • Bounding box representing the rectangle.

    Declaration

    Swift

    public let boundingBox: BoundingBox