c

com.microsoft.azure.synapse.ml.services.geospatial

SearchAddressResultItem

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SearchAddressResultItem
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. val address: Option[Address]
  2. val addressRanges: Option[AddressRanges]
  3. val dataSources: Option[DataSources]
  4. val detourTime: Option[Int]
  5. val dist: Option[Double]
  6. val entityType: Option[String]
  7. val entryPoints: Option[Seq[EntryPoint]]
  8. val id: Option[String]
  9. val info: Option[String]
  10. val matchType: Option[String]
  11. val poi: Option[PointOfInterest]
  12. val position: Option[LatLongPairAbbreviated]
  13. val score: Option[Double]
  14. val type: Option[String]
  15. val viewport: Option[Viewport]