增加了OBU提供自车位置的功能
This commit is contained in:
@@ -8,9 +8,9 @@ package com.mogo.commons;
|
||||
public class FunctionBuildConfig {
|
||||
|
||||
// 地图是否绘制Adas识别回调的Marker
|
||||
public boolean isShowAdasMarker = true;
|
||||
public static boolean isShowAdasMarker = true;
|
||||
|
||||
// 自车位置使用哪种外部数据源,0-Android系统,1-工控机,2-OBU
|
||||
public int gpsProvider = 0;
|
||||
public static int gpsProvider = 0;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user