[6.2.6][Feat]Taxi乘客屏地图样式修改

This commit is contained in:
chenfufeng
2023-12-26 14:43:07 +08:00
parent 73c6d61133
commit d9a2297808
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:isWeatherEnable="false"
app:styleMode="MAP_STYLE_DAY_VR" />
app:styleMode="MAP_STYLE_DAY_VR_TAXI" />
<!--pnc行为决策-->
<com.mogo.eagle.core.function.hmi.ui.vehicle.PncActionsView

View File

@@ -31,7 +31,7 @@
<!-- 高精地图 -->
<com.mogo.eagle.core.function.view.MapBizView
android:id="@+id/mapBizView"
app:styleMode="MAP_STYLE_DAY_VR"
app:styleMode="MAP_STYLE_DAY_VR_TAXI"
app:isWeatherEnable="false"
android:layout_width="match_parent"
android:layout_height="match_parent" />