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."]]],[]]