Merge remote-tracking branch 'origin/test_MogoAP_eagle-220_211207_8.0.15.2' into test_MogoAP_eagle-220_211207_8.0.15.2

This commit is contained in:
donghongyu
2022-01-19 11:08:32 +08:00

View File

@@ -166,6 +166,9 @@ public class SmallMapDirectionView
@Override
public void onLocationChanged(@Nullable MogoLocation location) {
//Logger.d(TAG, "onCarLocationChanged2 :" + location.getLatitude()+":"+location.getLongitude());
if (location == null){
return;
}
LatLng currentLatLng = new LatLng(location.getLatitude(), location.getLongitude());
//更新车辆位置
if (mCarMarker != null) {