sdk-search / com.tomtom.online.sdk.search.data.placebyid / PlaceByIdResponse

PlaceByIdResponse

open class PlaceByIdResponse : ServiceBaseResponse, Serializable

The response to a Place by Id request. Consists of a summary and results.

Constructors

<init>

PlaceByIdResponse()

The response to a Place by Id request. Consists of a summary and results.

Functions

getResults

open fun getResults(): MutableList<PlaceByIdResult!>!

Returns the results of the request.

getSummary

open fun getSummary(): Summary!

Returns the summary of the response.

toString

open fun toString(): String