Exemple #1
0
 public void initMapBoundariesCacheNative() {
   File indCache = context.getAppPath(INDEXES_CACHE);
   if (indCache.exists()) {
     NativeOsmandLibrary nativeLib = NativeOsmandLibrary.getLoadedLibrary();
     if (nativeLib != null) {
       nativeLib.initCacheMapFile(indCache.getAbsolutePath());
     }
   }
 }