public class Photo
extends java.lang.Object
Please see Photos for more details.
| Modifier and Type | Field and Description |
|---|---|
int |
height
height is the maximum height of the image.
|
java.lang.String[] |
htmlAttributions
htmlAttributions contains any required attributions.
|
java.lang.String |
photoReference
photoReference is used to identify the photo when you perform a Photo request.
|
int |
width
width is the maximum width of the image.
|
| Constructor and Description |
|---|
Photo() |
public java.lang.String photoReference
public int height
public int width
public java.lang.String[] htmlAttributions