[taxi 距离位置修改]
This commit is contained in:
yangyakun
2024-05-06 20:52:44 +08:00
parent 4f7b2f0a58
commit 79d73095cd
2 changed files with 3 additions and 3 deletions

View File

@@ -638,7 +638,7 @@ public class OrderModel {
}
}
//2、6个条件判断
if (!CallerAutoPilotControlManager.INSTANCE.isCanStartAutopilot(true)) {
if (!CallerAutoPilotControlManager.INSTANCE.isCanStartAutopilot(true,0)) {
return;
}
// 3、距离轨迹15m计算

View File

@@ -94,6 +94,7 @@
android:id="@+id/module_och_taxi_order_distance_anchor_2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="264dp"
android:inputType="textMultiLine"
android:lineSpacingExtra="16dp"
android:text="距离 - - 公里,用时 - - 分"
@@ -145,8 +146,7 @@
app:layout_constraintTop_toBottomOf="@+id/taxi_passenger_phone"
app:layout_constraintLeft_toLeftOf="@+id/taxi_passenger_num"
app:layout_constraintRight_toRightOf="parent"
android:layout_marginTop="@dimen/dp_15"
android:background="@color/taxi_passenger_line_color"/>
android:layout_marginTop="@dimen/dp_15" />
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView