[[["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 2024-11-08 UTC."],[[["`GMSPlacePhotoMetadataResultCallback` is a callback type used to receive results when fetching place photos."],["If successful, the callback provides a `GMSPlacePhotoMetadataList` object containing photo metadata; if an error occurs, it provides an `NSError` object detailing the issue."],["This callback is used in conjunction with methods from the `GMSPlacesClient` class for place photo retrieval."]]],["This documentation defines `GMSPlacePhotoMetadataResultCallback`, a callback type used to receive results related to place photos. It provides either a `GMSPlacePhotoMetadataList` containing photo data or an `NSError` indicating a failure. The `photos` parameter will be nil if an error occurred, with error details provided in the `error` parameter. This callback is utilized within `GMSPlacesClient` for handling asynchronous photo data retrieval.\n"]]