open class ContextDescriptor : Serializable
Result of an AutocompleteSearchQuery
ContextDescriptor()
Empty constructor for the ContextDescriptor(inputQuery: String!, geoBias: GeoBias!)
Default constructor for the |
var geoBias: GeoBias!
The geo bias passed to the autocomplete engine by setting the position ([lat], [lon]) and [radius] parameters. |
|
var inputQuery: String!
Query passed to the autocomplete engine. |
open fun getGeoBias(): GeoBias!
Returns the geo bias passed to the autocomplete engine by setting the position ([lat], [lon]) and [radius] parameters. |
|
open fun getInputQuery(): String!
Returns the query passed to the autocomplete engine. |
|
open fun toString(): String |