AI-generated Key Takeaways
- 
          GMSPlacePhotoMetadataListis an object representing a collection of place photo metadata.
- 
          It primarily contains an array of GMSPlacePhotoMetadataobjects, accessible through theresultsproperty.
- 
          This class provides access to metadata about photos associated with a specific place, like a restaurant or landmark. 
GMSPlacePhotoMetadataList
@interface GMSPlacePhotoMetadataList : NSObjectA list of GMSPlacePhotoMetadata objects.
- 
                  
                  The array of GMSPlacePhotoMetadataobjects.DeclarationSwift var results: [GMSPlacePhotoMetadata] { get }Objective-C @property (nonatomic, copy, readonly) NSArray<GMSPlacePhotoMetadata *> *_Nonnull results;