Merge branch 'dev_robotaxi-d-app-module_2130_221116_2.13.0' into mutidev_robotaxi-d-app-module_2130_221116_2.13.0_multi_display
# Conflicts: # gradle.properties
This commit is contained in:
@@ -148,6 +148,26 @@ public class DebugConfig {
|
||||
return sSocketAppId;
|
||||
}
|
||||
|
||||
private static String mapVersion;
|
||||
|
||||
public static void setMapVersion(String mapVersion) {
|
||||
DebugConfig.mapVersion = mapVersion;
|
||||
}
|
||||
|
||||
public static String getMapVersion() {
|
||||
return mapVersion;
|
||||
}
|
||||
|
||||
private static String mapOptVersion;
|
||||
|
||||
public static void setMapOptVersion(String mapOptVersion) {
|
||||
DebugConfig.mapOptVersion = mapOptVersion;
|
||||
}
|
||||
|
||||
public static String getMapOptVersion() {
|
||||
return mapOptVersion;
|
||||
}
|
||||
|
||||
/**
|
||||
* 是否需要实时上报坐标位置
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user