AutocompleteSegment
public enum AutocompleteSegment
Describes an entity found within the autocomplete search term. An entity can be brands, POI categories and plain texts.
-
Describes a matched brand entity.
Declaration
Swift
case brand(AutocompleteSegmentBrand)
-
Describes a matched POI category entity.
Declaration
Swift
case poiCategory(AutocompleteSegmentPOICategory)
-
Describes a matched plain text entity.
Declaration
Swift
case plainText(AutocompleteSegmentPlainText)