BoundingBox

@Serializable
data class BoundingBox(val bbox: MTBoundingBox) : MTOfflineRegionGeometry

A rectangular bounding box.

Constructors

constructor(bbox: MTBoundingBox)

Properties

open override val bbox: MTBoundingBox

The bounding box that contains the entire geometry.