AutocompleteSummary

@objcMembers
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.

Lifecycle

  • 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

    query

    describes the requested phrase to autocomplete

    geoBias

    defines the geographical area of the autocompletion request

Public

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