添加起终点

This commit is contained in:
yangyakun
2023-07-05 21:05:25 +08:00
parent eda455d789
commit e2bdc24638

View File

@@ -8,6 +8,8 @@
android:id="@+id/overMapView"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:startPointDrawable="@drawable/taxi_p_map_view_dir_start"
app:endPointDrawable="@drawable/taxi_p_map_view_dir_end"
app:mapStyleExtraPath="map_style_extra.data"
app:mapStylePath="map_style.data" />
</androidx.constraintlayout.widget.ConstraintLayout>