[[["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."],[[["GooglePlacesAttributes is a struct that serves as an attribute scope for Google Places data."],["It includes an AutocompleteMatchAttribute enum for handling autocomplete results."],["Both decoding and encoding configurations for GooglePlacesAttributes utilize AttributeScopeCodableConfiguration."],["The `autocompleteMatch` property provides access to attributes related to autocomplete matches."]]],["The core content describes the `GooglePlacesAttributes` structure and its associated components within the `AttributeScopes` extension. Key elements include the `AutocompleteMatchAttribute` enum, which conforms to several `AttributedStringKey` protocols. `DecodingConfiguration` and `EncodingConfiguration` are defined as `AttributeScopeCodableConfiguration` type aliases. The `autocompleteMatch` property is declared as an instance of `AutocompleteMatchAttribute`, used within the `GooglePlacesAttributes` context. The provided components allow to manage and decode the attributes for the Google Places data.\n"]]