Merge branch 'dev_robotaxi-d-app-module_2130_221116_2.13.0' into 'test_robotaxi-d-app-module_2130_221116_2.13.0.1'

[Fix]解决全览地图自车不显示的问题

See merge request zhjt/AndroidApp/MoGoEagleEye!496
This commit is contained in:
chenfufeng
2022-12-30 03:10:50 +00:00

View File

@@ -321,7 +321,7 @@ public class AMapCustomView
public void onLocationChanged(@org.jetbrains.annotations.Nullable MogoLocation location, int from, boolean isGps) {
mLocation = location;
MarkerDrawerManager.INSTANCE.setLonLat(new Pair(location.getLongitude(), location.getLatitude()));
// drawCarMarker(location);
drawCarMarker(location);
if (isFirstLocation) {
displayCustomOverView();
isFirstLocation = false;