java.io.Serializable
public class Photo
extends java.lang.Object
implements java.io.Serializable
Please see Place Photos for more details.
Modifier and Type | Field | Description |
---|---|---|
int |
height |
The maximum height of the image.
|
java.lang.String[] |
htmlAttributions |
Attributions about this listing which must be displayed to the user.
|
java.lang.String |
photoReference |
Used to identify the photo when you perform a Photo request.
|
int |
width |
The maximum width of the image.
|
Constructor | Description |
---|---|
Photo() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public java.lang.String photoReference
public int height
public int width
public java.lang.String[] htmlAttributions