public class Summary
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
fuzzyLevel
The fuzzy level in Fuzzy Search.
|
protected LatLng |
geoBias
The position used to bias the results.
|
protected int |
numResults
The number of results returned in this batch.
|
protected int |
offset
The offset of the results in the collection of all results.
|
protected java.lang.String |
query
The query that resulted in this Response.
|
protected int |
queryTime
The time it took to process this query.
|
protected java.lang.String |
queryType
The type of the query.
|
protected int |
totalResults
The total number of results.
|
Constructor and Description |
---|
Summary() |
protected java.lang.String query
protected java.lang.String queryType
protected int queryTime
protected int numResults
protected int offset
protected int totalResults
protected int fuzzyLevel
protected LatLng geoBias