case class SearchAddressResultItem(type: Option[String], id: Option[String], score: Option[Double], dist: Option[Double], info: Option[String], entityType: Option[String], poi: Option[PointOfInterest], address: Option[Address], position: Option[LatLongPairAbbreviated], viewport: Option[Viewport], entryPoints: Option[Seq[EntryPoint]], addressRanges: Option[AddressRanges], dataSources: Option[DataSources], matchType: Option[String], detourTime: Option[Int]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SearchAddressResultItem
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SearchAddressResultItem(type: Option[String], id: Option[String], score: Option[Double], dist: Option[Double], info: Option[String], entityType: Option[String], poi: Option[PointOfInterest], address: Option[Address], position: Option[LatLongPairAbbreviated], viewport: Option[Viewport], entryPoints: Option[Seq[EntryPoint]], addressRanges: Option[AddressRanges], dataSources: Option[DataSources], matchType: Option[String], detourTime: Option[Int])
Value Members
- val address: Option[Address]
- val addressRanges: Option[AddressRanges]
- val dataSources: Option[DataSources]
- val detourTime: Option[Int]
- val dist: Option[Double]
- val entityType: Option[String]
- val entryPoints: Option[Seq[EntryPoint]]
- val id: Option[String]
- val info: Option[String]
- val matchType: Option[String]
- val poi: Option[PointOfInterest]
- val position: Option[LatLongPairAbbreviated]
- val score: Option[Double]
- val type: Option[String]
- val viewport: Option[Viewport]