AutocompleteMatchType

public enum AutocompleteMatchType
extension AutocompleteMatchType: CustomStringConvertible

The type of an autocomplete match.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • The matched entity is a POI brand.

    Important

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

    Declaration

    Swift

    case brand
  • The matched entity is a POI category.

    Important

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

    Declaration

    Swift

    case category
  • Plain text match.

    Important

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

    Declaration

    Swift

    case plainText

CustomStringConvertible

  • A textual representation of AutocompleteMatchType instance.

    Declaration

    Swift

    public var description: String { get }