sdk-search / com.tomtom.online.sdk.search.extensions

Package com.tomtom.online.sdk.search.extensions

Types

SearchService

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.

SearchServiceConnectionCallback

interface SearchServiceConnectionCallback

Interface to receive information that SearchService is created and bound.

SearchServiceManager

open class SearchServiceManager

Manager class that allows to create, bind and manage SearchService connectivity.