sdk-search / com.tomtom.online.sdk.search.data.poidetails / PoiDetailsResponse

PoiDetailsResponse

open class PoiDetailsResponse : ServiceBaseResponse, Serializable

Represents a response from the POI Details Service.

Constructors

<init>

PoiDetailsResponse()

Represents a response from the POI Details Service.

Functions

getId

open fun getId(): Optional<String!>!

Returns the ID of the returned entity.

getResult

open fun getResult(): Optional<Result!>!

Returns the object that contains the result of the request.

toString

open fun toString(): String