优化显示逻辑
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user