Maps and Navigation SDK
2.5.3
androidJvm
com.tomtom.sdk.search:search-common
/
com.tomtom.sdk.search.poidetails
/
PoiDetailsResponse
Poi
Details
Response
class
PoiDetailsResponse
(
val
poiDetails
:
PoiDetails
)
Response of the
poiDetails
API.
Members
Constructors
Poi
Details
Response
Link copied to clipboard
constructor
(
poiDetails
:
PoiDetails
)
Properties
poi
Details
Link copied to clipboard
val
poiDetails
:
PoiDetails
The POI details returned for the given POI id.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String