1
votes

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?

1

1 Answers

1
votes

We recommend that you use the OneLine search experience as it works also in offline. You can see an example of this in the demo project, the One Box Search menu entry (just set the connection mode to "offline" and you are ready to go).