@@ -1052,7 +1052,7 @@ public class AMapViewWrapper implements IMogoMapView,
|
||||
long adasSatelliteTime = data.optLong("adasSatelliteTime");
|
||||
int gpsProvider = data.optInt("gpsProvider", 1);
|
||||
|
||||
// 使用与渠道配置一样的gps提供者提供的数据
|
||||
// 使用与渠道配置一样的gps提供者提供的数据,app/productFlavors/fPadLenovo.gradle GPS_PROVIDER 0-Android系统,1-工控机,2-OBU
|
||||
if (gpsProvider == FunctionBuildConfig.gpsProvider) {
|
||||
if (lon == -1) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user