Stay organized with collections
Save and categorize content based on your preferences.
GMSAutocompleteMatchFragment
@interfaceGMSAutocompleteMatchFragment:NSObject
This class represents a matched fragment of a string. This is a contiguous range of characters
in a string, suitable for highlighting in an autocompletion UI.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-08 UTC."],[[["`GMSAutocompleteMatchFragment` highlights contiguous characters within a string for autocompletion UI purposes."],["It provides the `offset` (starting position) and `length` of the matched fragment within the original string."],["This class is intended for highlighting matched text segments and cannot be directly initialized."]]],["`GMSAutocompleteMatchFragment` represents a substring within a larger string, designated for highlighting in autocompletion interfaces. It defines two key properties: `offset`, which indicates the starting index of the matched substring, and `length`, which specifies the number of characters in the matched fragment. The initializer is unavailable, implying that instances are created elsewhere, and not directly instantiated. These properties are accessible for read operations.\n"]]