[charter]
[3.2.0] [轨迹缺少]
This commit is contained in:
@@ -672,8 +672,10 @@ object CharterPassengerModel {
|
||||
mogoLocation.latitude
|
||||
)
|
||||
if(lastSumLength>100) {
|
||||
ToastUtils.showLong("缺少轨迹数据")
|
||||
if (mRoutePoints.size == 0) return
|
||||
if (mRoutePoints.size == 0){
|
||||
ToastUtils.showLong("缺少轨迹数据")
|
||||
return
|
||||
}
|
||||
// 计算距离
|
||||
lastSumLength =
|
||||
CoordinateCalculateRouteUtil.calculateRouteSumLength(
|
||||
|
||||
Reference in New Issue
Block a user