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