BoundingBox

@Serializable
data class BoundingBox(val topLeftPoint: LatLon? = null, val btmRightPoint: LatLon? = null)

Constructors

Link copied to clipboard
constructor(topLeftPoint: LatLon? = null, btmRightPoint: LatLon? = null)

Properties

Link copied to clipboard
val btmRightPoint: LatLon? = null
Link copied to clipboard
val topLeftPoint: LatLon? = null