类 Photo
java.lang.Object
ai.nextbillion.maps.model.Photo
- 所有已实现的接口:
java.io.Serializable
public class Photo
extends java.lang.Object
implements java.io.Serializable
Describes a photo available with a Search Result.
Please see Place Photos for more details.
- 另请参阅:
- 序列化表格
-
字段概要
字段 修饰符和类型 字段 说明 intheightThe maximum height of the image.java.lang.String[]htmlAttributionsAttributions about this listing which must be displayed to the user.java.lang.StringphotoReferenceUsed to identify the photo when you perform a Photo request.intwidthThe maximum width of the image. -
构造器概要
构造器 构造器 说明 Photo() -
方法概要
修饰符和类型 方法 说明 java.lang.StringtoString()
-
字段详细资料
-
photoReference
public java.lang.String photoReferenceUsed to identify the photo when you perform a Photo request. -
height
public int heightThe maximum height of the image. -
width
public int widthThe maximum width of the image. -
htmlAttributions
public java.lang.String[] htmlAttributionsAttributions about this listing which must be displayed to the user.
-
-
构造器详细资料
-
Photo
public Photo()
-
-
方法详细资料
-
toString
public java.lang.String toString()- 覆盖:
toString在类中java.lang.Object
-