AutocompleteSummary
public class AutocompleteSummary
Information about the autocomplete Request that was performed.
-
Creates a summary to describe autocomplete request execution.
Declaration
Swift
required public init(query: String, geoBias: AutocompleteGeoBias? = nil)Parameters
queryDescribes the requested phrase to autocomplete.
geoBiasDefines the geographical area of the autocompletion request.
-
Query passed to the autocomplete engine.
Declaration
Swift
public let query: String -
The geo bias passed to the autocomplete engine by setting the position and radius parameters.
Declaration
Swift
public let geoBias: AutocompleteGeoBias?
AutocompleteSummary Class Reference