This commit is contained in:
lixiaopeng
2021-04-27 17:53:27 +08:00
parent 709a3061f0
commit 14495402be

View File

@@ -771,14 +771,19 @@ public class AMapViewWrapper implements IMogoMapView,
}
// } else {
// WorkThreadHandler.getInstance().postDelayed(() -> {
// mSelfMarker.marker3DIcon(R.raw.people);
// }, 10000);
// if (mAdasResult.type == 1) { //通过不同的方向类型来改变车模,目前暂定三种模型,还未定
// Log.d("liyz", "-------1------>")
// mSelfMarker.marker3DIcon(R.raw.people);
// 通过不同的方向类型来改变车模目前暂定三种模型drawlevel 1 绿,2 黄,3 红,绿色的时候需要把相应的切换为默认模型
// if (mAdasResult.type == 1) {
// Log.d("liyz", "-------1------>");
// mSelfMarker.marker3DIcon(R.raw.car);
// } else if (mAdasResult.type == 2) { //不处理
//
// } else if (mAdasResult.type == 3) { //切换前方模型
// //继续判断相应的方位,目前是 前方 TODO
//
// mSelfMarker.marker3DIcon(R.raw.car);
// }
}
showSelfSpeed(location.getSpeed());