AutocompleteSummary

public class AutocompleteSummary

Information about the autocomplete Request that was performed.

Lifecycle

  • Creates a summary to describe autocomplete request execution.

    Declaration

    Swift

    required public init(query: String, geoBias: AutocompleteGeoBias? = nil)

    Parameters

    query

    Describes the requested phrase to autocomplete.

    geoBias

    Defines the geographical area of the autocompletion request.

Public

  • 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?