GooglePlacesSwift Framework Reference

  • AttributeScopes provides 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 the AttributeScopes type, specifically for interacting with Google Places attributes.

AttributeScopes

extension AttributeScopes
  • Declaration

    Swift

    struct GooglePlacesAttributes
    extension AttributeScopes.GooglePlacesAttributes : AttributeScope, DecodingConfigurationProviding, EncodingConfigurationProviding
  • Declaration

    Swift

    var googlePlaces: AttributeScopes.GooglePlacesAttributes.Type { get }