create
Creates an instance of the OfflineSearch.
Parameters
ndsStore
NdsStore that provides access to the offline map.
fun create(ndsStore: NdsStore, customPoiDataProviders: List<CustomPoiProvider>? = emptyList()): 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.