Page Summary
-
AttributeScopesprovides a way to define and manage scopes for attributes, potentially for encoding and decoding purposes. -
It includes a nested type,
GooglePlacesAttributes, for handling attributes related to Google Places. -
There's a dedicated scope,
googlePlaces, accessible through theAttributeScopestype, specifically for interacting with Google Places attributes.
AttributeScopes
extension AttributeScopes-
Declaration
Swift
struct GooglePlacesAttributesextension AttributeScopes.GooglePlacesAttributes : AttributeScope, DecodingConfigurationProviding, EncodingConfigurationProviding -
Declaration
Swift
var googlePlaces: AttributeScopes.GooglePlacesAttributes.Type { get }