[6.2.0]
[taxi] [计算距离线的距离 需要加上航向角]
This commit is contained in:
@@ -49,6 +49,7 @@ dependencies {
|
||||
implementation rootProject.ext.dependencies.androidxappcompat
|
||||
implementation rootProject.ext.dependencies.material
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation project(path: ':OCH:mogo-och-common-module')
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
||||
implementation rootProject.ext.dependencies.amapnavi3dmap
|
||||
|
||||
@@ -729,8 +729,7 @@ object TrajectoryAndDistanceManager : IMoGoPlanningRottingListener {
|
||||
redCatche.size - 1,
|
||||
redCatche,
|
||||
currentPoint,
|
||||
2,
|
||||
useHeading = false
|
||||
2
|
||||
)
|
||||
if (carLocationInfo.third <= OchCommonConst.AUTOMATIC_PLANNING_MAX_DISTANCE) {
|
||||
return ""// 可以启动自驾
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user