GMSPlacePhotoMetadataResultCallback
typedef void (^GMSPlacePhotoMetadataResultCallback)(
GMSPlacePhotoMetadataList *_Nullable, NSError *_Nullable)
Callback type for receiving place photos results. If an error occurred, photos
will be nil and
error
will contain information about the error.
See