AutocompleteMatchType

public enum AutocompleteMatchType : String

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