create
Creates an instance of the OfflineSearch.
Parameters
ndsStore
NdsStore that provides access to the offline map.
fun create(ndsStore: NdsStore, customPoiDataProviders: List<CustomSearchDataProvider<CustomRecord.CustomPoi>>): Search
Creates an instance of the OfflineSearch with a custom data provider.
Parameters
ndsStore
NdsStore that provides access to the offline map.
customPoiDataProviders
Custom data providers for injecting external data into the search engine.