open class Summary : Serializable
The summary of a Response to a Search Request.
Summary()
Empty constructor for the Summary(query: String!, queryType: String!, queryTime: Int, numResults: Int, offset: Int, totalResults: Int, fuzzyLevel: Int, geoBias: LatLng!)
Default constructor for the |
var fuzzyLevel: Int
The fuzzy level in Fuzzy Search. -- GETTER -- |
|
var geoBias: LatLng!
The position used to bias the results. -- GETTER -- |
|
var numResults: Int
The number of results returned in this batch. -- GETTER -- |
|
var offset: Int
The offset of the results in the collection of all results. -- GETTER -- |
|
var query: String!
The query that resulted in this Response. -- GETTER -- |
|
var queryTime: Int
The time it took to process this query. -- GETTER -- |
|
var queryType: String!
The type of the query. -- GETTER -- |
|
var totalResults: Int
The total number of results. -- GETTER -- |