open class SearchService : Service, SearchApi
TomTom Search API wrapped within Android service. It contains methods to use Tomtom's search engine and it provides support for both: standard callback calls and RxJava2 Observables. It allows to create a single search instance across an application. |
|
interface SearchServiceConnectionCallback
Interface to receive information that SearchService is created and bound. |
|
open class SearchServiceManager
Manager class that allows to create, bind and manage SearchService connectivity. |