AutocompleteGeoBias

@objcMembers
public class AutocompleteGeoBias : Codable

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.

Public

  • Position used to bias the results by setting the optional request parameter.

    Declaration

    Swift

    public let position: Position
  • The optional radius request parameter passed by the user.

    Declaration

    Swift

    public let radius: Int