[6.4.0]
[taxi 距离位置修改]
This commit is contained in:
@@ -638,7 +638,7 @@ public class OrderModel {
|
||||
}
|
||||
}
|
||||
//2、6个条件判断
|
||||
if (!CallerAutoPilotControlManager.INSTANCE.isCanStartAutopilot(true)) {
|
||||
if (!CallerAutoPilotControlManager.INSTANCE.isCanStartAutopilot(true,0)) {
|
||||
return;
|
||||
}
|
||||
// 3、距离轨迹15m计算
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user