车前引导线 非自动驾驶状态 不绘制车前引导线

This commit is contained in:
lianglihui
2021-11-25 15:48:27 +08:00
parent bfd14106e0
commit b66c53c1db
2 changed files with 6 additions and 4 deletions

View File

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