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