1.upgrade MAP_SDK_VERSION=1.0.0-vr-8.5.72 日志:更新38KM数据

2.修改他车模型(解决他车位置不对问题)
This commit is contained in:
jiaguofeng
2021-07-12 17:53:33 +08:00
parent e8cf4d4e33
commit 0c5e019447
3 changed files with 2 additions and 2 deletions

View File

@@ -181,7 +181,7 @@ MOGO_AICLOUD_SERVICES_APK_VERSION=1.0.0-SNAPSHOT
# mogoAiCloud sdk services
MOGO_AICLOUD_SERVICES_SDK_VERSION=1.0.0-SNAPSHOT
# 自研地图
MAP_SDK_VERSION=1.0.0-vr-8.5.71
MAP_SDK_VERSION=1.0.0-vr-8.5.72
## 产品库必备配置产品库自动对versionCode和versionName版本进行升级

View File

@@ -321,7 +321,7 @@ class AdasRecognizedResultDrawer extends BaseDrawer {
}
MogoMarkerOptions options = new MogoMarkerOptions()
.owner(DataTypes.TYPE_MARKER_ADAS)
.anchor(0.5f, 0.75f)
.anchor(0.5f, 0.5f)
.set3DMode(true)
.gps(true)
.anchorColor(carColor)