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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val address: Option[Address]
- val addressRanges: Option[AddressRanges]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val dataSources: Option[DataSources]
- val detourTime: Option[Int]
- val dist: Option[Double]
- val entityType: Option[String]
- val entryPoints: Option[Seq[EntryPoint]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: Option[String]
- val info: Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val matchType: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val poi: Option[PointOfInterest]
- val position: Option[LatLongPairAbbreviated]
- val score: Option[Double]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val type: Option[String]
- val viewport: Option[Viewport]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()