类 PlacesSearchResponse
java.lang.Object
ai.nextbillion.maps.model.PlacesSearchResponse
- 所有已实现的接口:
java.io.Serializable
public class PlacesSearchResponse
extends java.lang.Object
implements java.io.Serializable
The response from a Places Search request.
Please see Places Search Response for more detail.
- 另请参阅:
- 序列化表格
-
字段概要
字段 修饰符和类型 字段 说明 java.lang.String[]htmlAttributionsAttributions about this listing which must be displayed to the user.java.lang.StringnextPageTokenA token that can be used to request up to 20 additional results.PlacesSearchResult[]resultsThe list of Search Results. -
构造器概要
构造器 构造器 说明 PlacesSearchResponse() -
方法概要
修饰符和类型 方法 说明 java.lang.StringtoString()
-
字段详细资料
-
results
The list of Search Results. -
htmlAttributions
public java.lang.String[] htmlAttributionsAttributions about this listing which must be displayed to the user. -
nextPageToken
public java.lang.String nextPageTokenA token that can be used to request up to 20 additional results. This field will be null if there are no further results. The maximum number of results that can be returned is 60.Note: There is a short delay between when this response is issued, and when nextPageToken will become valid to execute.
-
-
构造器详细资料
-
PlacesSearchResponse
public PlacesSearchResponse()
-
-
方法详细资料
-
toString
public java.lang.String toString()- 覆盖:
toString在类中java.lang.Object
-