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. -- GETTER -- |
|
var inputQuery: String!
Query passed to the autocomplete engine. -- GETTER -- |