AutocompleteContext

@objcMembers
public class AutocompleteContext : Codable

Information about the autocomplete Request that was performed.

Important

This is a Public Preview API. It may be changed or removed at any time.

Public

  • Query passed to the autocomplete engine.

    Declaration

    Swift

    public let inputQuery: String
  • The geo bias passed to the autocomplete engine by setting the position and radius parameters.

    Declaration

    Swift

    public let geoBias: AutocompleteGeoBias