GooglePlaces Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["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;"]]