优化显示逻辑

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

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