open class PlaceByIdResponse : ServiceBaseResponse, Serializable
The response to a Place by Id request. Consists of a summary and results.
PlaceByIdResponse()
The response to a Place by Id request. Consists of a summary and results. |
open fun getResults(): MutableList<PlaceByIdResult!>!
Returns the results of the request. |
|
open fun getSummary(): Summary!
Returns the summary of the response. |
|
open fun toString(): String |