GMSPlacePhotoImageResultCallback
typedef void (^GMSPlacePhotoImageResultCallback)(UIImage *_Nullable,
NSError *_Nullable)
Callback type for receiving UIImage
objects from a GMSPlacePhotoMetadata
object. If an error
occurred, photo
will be nil and error
will contain information about the error.
See