I have installed offline maps on devices Storage and I am trying to search offline using multistepSearch
. The function onReceivedSearchResults is not beeing called.
When searching with onelineSearch
returns `SK_SEARCH_MISSING_FILE(3)'. I have downloaded the map on storage: \Android\data\com.mymapsdemo\files\SKMaps\PreinstalledMaps\v1\20160426\package.
There are five map files: .ngi, .ngi.dat, .skm, .sym, .txg
The only difference to sample demo is that I am not using SQLite.
Am I missing some configuration files in order to be able to search offline?