GooglePlaces Framework Reference

GMSFetchPhotoResultCallback

typedef void (^GMSFetchPhotoResultCallback)(UIImage *_Nullable,
                                            NSError *_Nullable)

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.