SearchRepository

abstract class SearchRepository

Search repository. get all the search results from the tomtom api

Constructors

Link copied to clipboard
fun SearchRepository()

Functions

Link copied to clipboard
abstract fun doSearch(fuzzySearchSpecification: FuzzySearchSpecification): List<SearchResult>?

Inheritors

Link copied to clipboard