open class PoiDetailsResponse : ServiceBaseResponse, Serializable
Represents a response from the POI Details Service.
PoiDetailsResponse()
Represents a response from the POI Details Service. |
open fun getId(): Optional<String!>!
Returns the ID of the returned entity. |
|
open fun getResult(): Optional<Result!>!
Returns the object that contains the result of the request. |
|
open fun toString(): String |