@PublicPreview("2021.06") data class Summary : Serializable
The summary of a Search API call.
query
- The query that resulted in this response.
queryType
- The type of the query.
queryTime
- The time it took to process this query.
numResults
- The number of results returned in this batch.
offset
- The offset of the results in the collection of all results.
totalResults
- The total number of results.
fuzzyLevel
- The fuzzy level in Fuzzy Search.
positionBias
- The position used to bias the results.
val fuzzyLevel: Int
The fuzzy level in Fuzzy Search. |
|
val numResults: Int
The number of results returned in this batch. |
|
val offset: Int
The offset of the results in the collection of all results. |
|
val positionBias: LatLng?
The position used to bias the results. |
|
val query: String
The query that resulted in this response. |
|
val queryTime: Int
The time it took to process this query. |
|
val queryType: String
The type of the query. |
|
val totalResults: Int
The total number of results. |