Maps and Navigation SDK
0.43.0
androidJvm
com.tomtom.sdk.search:structured-search
/
com.tomtom.sdk.search.structuredsearch
/
StructuredSearchCallback
Structured
Search
Callback
interface
StructuredSearchCallback
:
Callback
<
StructuredSearchResponse
,
StructuredSearchFailure
>
Callback for receiving updates of structured search.
Members
Inherited functions
on
Failure
Link copied to clipboard
abstract
fun
onFailure
(
failure
:
StructuredSearchFailure
)
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
result
:
StructuredSearchResponse
)