[[["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."],[[["\u003cp\u003e\u003ccode\u003eAttributeScopes\u003c/code\u003e provides a way to define and manage scopes for attributes, potentially for encoding and decoding purposes.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a nested type, \u003ccode\u003eGooglePlacesAttributes\u003c/code\u003e, for handling attributes related to Google Places.\u003c/p\u003e\n"],["\u003cp\u003eThere's a dedicated scope, \u003ccode\u003egooglePlaces\u003c/code\u003e, accessible through the \u003ccode\u003eAttributeScopes\u003c/code\u003e type, specifically for interacting with Google Places attributes.\u003c/p\u003e\n"]]],["The core content defines and extends `AttributeScopes` with `GooglePlacesAttributes`. This extension is a struct that conforms to `AttributeScope`, `DecodingConfigurationProviding`, and `EncodingConfigurationProviding` protocols. It also provides a `googlePlaces` property of type `AttributeScopes.../Extensions/AttributeScopes/GooglePlacesAttributes.html.Type`. These elements are declared in Swift and are used for handling attributes specific to Google Places.\n"],null,["# GooglePlacesSwift Framework Reference\n\nAttributeScopes\n===============\n\n extension AttributeScopes\n\n- `\n ``\n ``\n `\n\n ### [GooglePlacesAttributes](../Extensions/AttributeScopes/GooglePlacesAttributes.html)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n struct GooglePlacesAttributes\n\n extension AttributeScopes.GooglePlacesAttributes : AttributeScope, DecodingConfigurationProviding, EncodingConfigurationProviding\n\n- `\n ``\n ``\n `\n\n ### [googlePlaces](#/s:10Foundation15AttributeScopesO17GooglePlacesSwiftE06googleE0AcDE0dE10AttributesVmvp)\n\n `\n ` \n\n #### Declaration\n\n Swift \n\n var googlePlaces: AttributeScopes.../Extensions/AttributeScopes/GooglePlacesAttributes.html.Type { get }"]]