Merge branch 'refs/heads/dev_robotaxi-d_240912_6.7.0' into dev_robotaxi-d_240912_6.7.2_local
This commit is contained in:
@@ -1702,14 +1702,8 @@ class TravelRealityView @JvmOverloads constructor(
|
||||
}
|
||||
} else {
|
||||
// 设置开始结束Marker位置
|
||||
mStartLatLng = coordinateConverterWgsToGcj(
|
||||
locList[0].latitude,
|
||||
locList[0].longitude
|
||||
)
|
||||
mEndLatLng = coordinateConverterWgsToGcj(
|
||||
locList[1].latitude,
|
||||
locList[1].longitude
|
||||
)
|
||||
mStartLatLng = LatLng(locList[0].latitude, locList[0].longitude)
|
||||
mEndLatLng = LatLng(locList[1].latitude, locList[1].longitude)
|
||||
}
|
||||
if (!isPlayingAnim) {
|
||||
drawStartAndEnd()
|
||||
|
||||
Reference in New Issue
Block a user