RectangleGeometry

data class RectangleGeometry(val boundingBox: GeoBoundingBox) : Geometry

Represents information about a rectangle.

Parameters

boundingBox

Bounding box of the rectangle.

Constructors

Link copied to clipboard
fun RectangleGeometry(boundingBox: GeoBoundingBox)

Properties

Link copied to clipboard
val boundingBox: GeoBoundingBox