replace n3d

This commit is contained in:
lixiaopeng
2021-05-08 16:23:00 +08:00
parent 21f4aba822
commit 1f58033c15
4 changed files with 9 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ import android.view.animation.Interpolator;
import android.widget.TextView;
import com.mogo.commons.debug.DebugConfig;
import com.mogo.commons.voice.AIAssist;
import com.mogo.map.IMogoMap;
import com.mogo.map.IMogoMapView;
import com.mogo.map.MogoLatLng;
@@ -803,6 +804,14 @@ public class AMapViewWrapper implements IMogoMapView,
// } else {
//// mSelfMarker.marker3DIcon(R.raw.car);
// }
// UiThreadHandler.postDelayed( () -> {
// if (!isShowWarn) {
// mSelfMarker.marker3DIcon(R.raw.qfpz);
// isShowWarn = true;
// }
// }, 6_000L );
}
showSelfSpeed(location.getSpeed());