Maps and Navigation SDK
2.1.2
androidJvm
com.tomtom.sdk.search:search-common
/
com.tomtom.sdk.search.structuredsearch
/
StructuredSearchResponse
/
Destination
Destination
@
RestrictToExtendedFlavor
(
value
=
[
ExternalScope.LIBRARY_GROUP
]
)
data
class
Destination
(
val
structuredSearchCandidate
:
StructuredSearchCandidate
)
:
StructuredSearchResponse
Contains a
StructuredSearchCandidate
as destination when the search path ended.
Members
Constructors
Destination
Link copied to clipboard
constructor
(
structuredSearchCandidate
:
StructuredSearchCandidate
)
Properties
structured
Search
Candidate
Link copied to clipboard
val
structuredSearchCandidate
:
StructuredSearchCandidate
the candidate.