调整Gradle依赖关系

This commit is contained in:
董宏宇
2021-08-25 11:09:54 +08:00
parent 60110ffd2a
commit 152c916a8e
15 changed files with 387 additions and 336 deletions

View File

@@ -1119,6 +1119,7 @@ public class AMapViewWrapper implements IMogoMapView,
bean.setLon(lon);
bean.setGnss_speed(((float) speed));
bean.setLat(lat);
// 使用外部定位数据修改自车位置
mMapView.getLocationClient().updateRTKAutoPilotLocation(bean);
}