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

batchSearch

abstract fun batchSearch(query: BatchSearchQuery!): Single<BatchSearchResponse!>!

Performs a reactive Batch Search action based on the provided query object, and returns the result to Observers subscribed to the returned Observable. The number of batch items is limited to 100.

Parameters

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

Return
Single<BatchSearchResponse!>!: Search Response's Observable object.