[[["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-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSPlacePhotoMetadataList\u003c/code\u003e is an object representing a collection of place photo metadata.\u003c/p\u003e\n"],["\u003cp\u003eIt primarily contains an array of \u003ccode\u003eGMSPlacePhotoMetadata\u003c/code\u003e objects, accessible through the \u003ccode\u003eresults\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides access to metadata about photos associated with a specific place, like a restaurant or landmark.\u003c/p\u003e\n"]]],[],null,["# GooglePlaces Framework Reference\n\nGMSPlacePhotoMetadataList\n=========================\n\n @interface GMSPlacePhotoMetadataList : NSObject\n\nA list of [GMSPlacePhotoMetadata](../Classes/GMSPlacePhotoMetadata.html) objects.\n- `\n ``\n ``\n `\n\n ### [results](#/c:objc(cs)GMSPlacePhotoMetadataList(py)results)\n\n `\n ` \n The array of [GMSPlacePhotoMetadata](../Classes/GMSPlacePhotoMetadata.html) objects. \n\n #### Declaration\n\n Swift \n\n var results: [../Classes/GMSPlacePhotoMetadata.html] { get }\n\n Objective-C \n\n @property (nonatomic, copy, readonly) NSArray\u003c../Classes/GMSPlacePhotoMetadata.html *\u003e *_Nonnull results;"]]