优化显示逻辑
This commit is contained in:
@@ -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