增加了OBU提供自车位置的功能

This commit is contained in:
董宏宇
2021-08-25 12:53:50 +08:00
parent 152c916a8e
commit f7214481a2
10 changed files with 269 additions and 228 deletions

View File

@@ -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;
}