c
com.microsoft.azure.synapse.ml.services.geospatial
SearchAddressResult
Companion object SearchAddressResult
case class SearchAddressResult(error: Option[ErrorDetail], summary: SearchSummary, results: Option[Seq[SearchAddressResultItem]]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SearchAddressResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SearchAddressResult(error: Option[ErrorDetail], summary: SearchSummary, results: Option[Seq[SearchAddressResultItem]])
Value Members
- val error: Option[ErrorDetail]
- val results: Option[Seq[SearchAddressResultItem]]
- val summary: SearchSummary