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.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
ndsStore
NdsStore that provides access to the offline map.
customPoiDataProviders
Custom data providers for injecting external data into the search engine.