Maps and Navigation SDK
search:search-client-api-v2
/
com.tomtom.sdk.search.client.search
/
SearchCallback
Search
Callback
interface
SearchCallback
:
Callback
<
SearchResponse
,
SearchError
>
Content copied to clipboard
Callback that reports when a
SearchResponse
or
SearchError
has been received..
Functions
Functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
error
:
SearchError
)
Content copied to clipboard
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
result
:
SearchResponse
)
Content copied to clipboard