open class SearchService : Service, SearchApi
TomTom Search API wrapped within the Android service. It contains methods to use Tomtom's search engine and it provides support for 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. |