地图模块代码更新3.0.0

This commit is contained in:
jiaguofeng
2023-08-07 11:21:55 +08:00
parent 70820f31ff
commit 661816af8f
1338 changed files with 74649 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package com.autonavi.nge;
public class Common {
static {
System.loadLibrary("common");
}
public native void setCfgKeyVal(String key, String val);
}