Callback type for receiving a photo. photoImage is a UIImage
representing the resulting photo matching the specified request.
If an error occurred, photoImage will be nil and error will contain
information about the error.
[[["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."],[],["This describes the `GMSFetchPhotoResultCallback`, a callback type for receiving a photo. It provides a `UIImage` named `photoImage`, representing the requested photo. If an error occurs, `photoImage` will be nil, and an `NSError` object will contain error details. This callback is used in conjunction with `GMSPlacesClient`.\n"]]