[3.4.0-map-sdk] bus p set model

This commit is contained in:
zhongchao
2023-09-19 15:31:29 +08:00
parent 90f30e1806
commit eeeb7eb026
4 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
android:id="@+id/mapBizView"
android:layout_width="1810dp"
android:layout_height="match_parent"
app:locationIcon3DRes="@raw/xiaoba"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent" />

View File

@@ -15,6 +15,7 @@
android:layout_width="@dimen/dp_400"
android:layout_height="@dimen/dp_100"
android:longClickable="true"
app:locationIcon3DRes="@raw/chuzuche"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />

View File

@@ -35,7 +35,6 @@
android:id="@+id/mapBizView"
app:styleMode="MAP_STYLE_DAY_VR"
app:isWeatherEnable="false"
app:locationIcon3DRes="@raw/chuzuche"
android:layout_width="match_parent"
android:layout_height="match_parent"/>

View File

@@ -8,7 +8,6 @@
<com.mogo.eagle.core.function.view.MapBizView
android:id="@+id/mapBizView"
app:isWeatherEnable="false"
app:locationIcon3DRes="@raw/chuzuche"
android:layout_width="match_parent"
android:layout_height="match_parent" />