AutocompleteSummary
public class AutocompleteSummary
Information about the autocomplete Request that was performed.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates a summary to describe autocomplete request execution
Important
This is a Public Preview API. It may be changed or removed at any time.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.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let query: String -
The geo bias passed to the autocomplete engine by setting the position and radius parameters.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let geoBias: AutocompleteGeoBias?
AutocompleteSummary Class Reference