What steps will reproduce the problem?
1. Call InterestingnessInterface.getList() with extra "url_z" which corresponds
to the "medium 640" size.
2. Process the resulting PhotoList and attempt to get the width and height of
the medium 640 image.
What is the expected output? What do you see instead?
Expected: There should be a way to get the medium 640 image width and height.
Actual: The Photo API supports retrieving the image URL by calling
Photo.getMedium640Url(), but there's no way to get the width or height of the
photo that was retrieved without making extra API calls.
What version of the product are you using? On what operating system?
Version: 2.0.7
Operating System: n/a
Please provide any additional information below.
n/a