case class BoundingBox(topLeftPoint: Option[LatLongPairAbbreviated], btmRightPoint: Option[LatLongPairAbbreviated]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoundingBox
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BoundingBox(topLeftPoint: Option[LatLongPairAbbreviated], btmRightPoint: Option[LatLongPairAbbreviated])
Value Members
- val btmRightPoint: Option[LatLongPairAbbreviated]
- val topLeftPoint: Option[LatLongPairAbbreviated]