java.io.Serializablepublic class PlacesSearchResponse
extends java.lang.Object
implements java.io.Serializable
Please see Places Search Response for more detail.
| Modifier and Type | Field | Description | 
|---|---|---|
java.lang.String[] | 
htmlAttributions | 
 Attributions about this listing which must be displayed to the user. 
 | 
java.lang.String | 
nextPageToken | 
 A token that can be used to request up to 20 additional results. 
 | 
PlacesSearchResult[] | 
results | 
 The list of Search Results. 
 | 
| Constructor | Description | 
|---|---|
PlacesSearchResponse() | 
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
toString() | 
public PlacesSearchResult[] results
public java.lang.String[] htmlAttributions
public java.lang.String nextPageToken
Note: There is a short delay between when this response is issued, and when nextPageToken will become valid to execute.