优化显示逻辑

This commit is contained in:
wangcongtao
2021-03-26 16:52:22 +08:00
parent dca685532a
commit a633c3cc4a
51 changed files with 16933 additions and 5193 deletions

View File

@@ -67,7 +67,7 @@ dependencies {
implementation project(':foudations:mogo-commons')
}
implementation 'com.zhidaoauto.machine:map:1.0.0-vr-8.4.2'
implementation 'com.zhidaoauto.machine:map:1.0.0-vr-8.4.6'
// implementation 'com.zhidaoauto.machine:map:1.0.0-vr-test-3.4'
}

View File

@@ -1002,7 +1002,6 @@ public class AMapViewWrapper implements IMogoMapView,
}
if (data == null) {
Logger.d(TAG, "停止使用rtk定位数据");
mMapView.getLocationClient().stopAutoPilotRTK();
return;
}
double lon = data.optDouble("lon", -1);