Companion
object Companion
Holds multiple create functions, which create different instances of the OfflineSearch.
Functions
Link copied to clipboard
Creates an instance of the OfflineSearch.
fun create(ndsStore: NdsStore, customPoiDataProviders: List<CustomPoiProvider>? = emptyList()): Search
fun create(ndsStore: NdsStore, customPoiDataProviders: List<CustomPoiProvider>, personalData: PersonalData): Search
Creates an instance of the OfflineSearch with a custom data provider.