[[["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 2025-07-14 UTC."],[[["\u003cp\u003eGooglePlacesAttributes is a struct that serves as an attribute scope for Google Places data.\u003c/p\u003e\n"],["\u003cp\u003eIt includes an AutocompleteMatchAttribute enum for handling autocomplete results.\u003c/p\u003e\n"],["\u003cp\u003eBoth decoding and encoding configurations for GooglePlacesAttributes utilize AttributeScopeCodableConfiguration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eautocompleteMatch\u003c/code\u003e property provides access to attributes related to autocomplete matches.\u003c/p\u003e\n"]]],["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"],null,["# GooglePlacesSwift Framework Reference\n\nGooglePlacesAttributes\n======================\n\n struct GooglePlacesAttributes\n\n extension AttributeScopes.GooglePlacesAttributes : AttributeScope, DecodingConfigurationProviding, EncodingConfigurationProviding\n\n- `\n ``\n ``\n `\n\n ### [AutocompleteMatchAttribute](../../Extensions/AttributeScopes/GooglePlacesAttributes/AutocompleteMatchAttribute.html)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n enum AutocompleteMatchAttribute\n\n extension AttributeScopes.../../Extensions/AttributeScopes/GooglePlacesAttributes.html.AutocompleteMatchAttribute : AttributedStringKey, DecodableAttributedStringKey, EncodableAttributedStringKey, MarkdownDecodableAttributedStringKey\n\n- `\n ``\n ``\n `\n\n ### [DecodingConfiguration](#/s:10Foundation15AttributeScopesO17GooglePlacesSwiftE0dE10AttributesV21DecodingConfigurationa)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n @available(watchOS, introduced: 8)\n @available(macOS, introduced: 12)\n @available(iOS, introduced: 15)\n @available(tvOS, introduced: 15)\n typealias DecodingConfiguration = AttributeScopeCodableConfiguration\n\n- `\n ``\n ``\n `\n\n ### [EncodingConfiguration](#/s:10Foundation15AttributeScopesO17GooglePlacesSwiftE0dE10AttributesV21EncodingConfigurationa)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n @available(watchOS, introduced: 8)\n @available(macOS, introduced: 12)\n @available(iOS, introduced: 15)\n @available(tvOS, introduced: 15)\n typealias EncodingConfiguration = AttributeScopeCodableConfiguration\n\n- `\n ``\n ``\n `\n\n ### [autocompleteMatch](#/s:10Foundation15AttributeScopesO17GooglePlacesSwiftE0dE10AttributesV17autocompleteMatchAF012AutocompleteiB0Ovp)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n let autocompleteMatch: AttributeScopes.GooglePlacesAttributes.../../Extensions/AttributeScopes/GooglePlacesAttributes/AutocompleteMatchAttribute.html"]]