sdk-search / com.tomtom.online.sdk.search / SearchApi / batchSearch

batchSearch

abstract fun batchSearch(query: BatchSearchQuery!, listener: BatchSearchResultListener!): Unit

Performs a Batch Search action based on the provided query object, and returns the result with usage of the callback implementation. The number of batch items is limited to 100.

Parameters

query - BatchSearchQuery!: The object which contains the data necessary to execute a Batch Search action.

listener - BatchSearchResultListener!: The callback which informs the subscriber when the search result is available.