[map-sdk]同步地图3.2.0修改 1.增加聚焦自车周边车辆 2.车道中心线数据平滑处理
This commit is contained in:
@@ -41,7 +41,7 @@ public class SharedMemoryService {
|
||||
unload();
|
||||
}
|
||||
|
||||
private native static int initSharedMemory_Native(String dir, String tilesDir,int[] tileFilter);
|
||||
private native static int initSharedMemory_Native(String dir, String mogoStyleDir,String tilesDir,int[] tileFilter);
|
||||
|
||||
private native static boolean testRoutingTile(int i, int j, int k);
|
||||
|
||||
@@ -64,7 +64,7 @@ public class SharedMemoryService {
|
||||
if (CompileConfig.INSTANCE.getDEBUG()) {
|
||||
Log.i(TAG, "autoop-dir:" + dir+",SharedMemory--cachePath:"+cachePath);
|
||||
}
|
||||
initSharedMemory_Native(dir, cachePath,MapHelper.INSTANCE.getMMapParams().getQZoneFilterArray());
|
||||
initSharedMemory_Native(dir,MapHelper.INSTANCE.getMMapParams().getStyleDir(),cachePath,MapHelper.INSTANCE.getMMapParams().getQZoneFilterArray());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user