Maps and Navigation SDK
1.25.11
androidJvm
com.tomtom.sdk.search:search
/
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
component1
Link copied to clipboard
operator
fun
component1
(
)
:
PoiDetails
copy
Link copied to clipboard
fun
copy
(
poiDetails
:
PoiDetails
=
this.poiDetails
)
:
PoiDetailsResponse
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