[6.2.6][Feat]Taxi乘客屏默认开启天空盒效果

This commit is contained in:
chenfufeng
2023-12-26 14:55:19 +08:00
parent d9a2297808
commit 99e093fc98
2 changed files with 2 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:isWeatherEnable="false"
app:default_perspective="MAP_STYLE_VR_SKY_BOX"
app:styleMode="MAP_STYLE_DAY_VR_TAXI" />
<!--pnc行为决策-->

View File

@@ -32,6 +32,7 @@
<com.mogo.eagle.core.function.view.MapBizView
android:id="@+id/mapBizView"
app:styleMode="MAP_STYLE_DAY_VR_TAXI"
app:default_perspective="MAP_STYLE_VR_SKY_BOX"
app:isWeatherEnable="false"
android:layout_width="match_parent"
android:layout_height="match_parent" />