[charter]

[3.2.0]
[添加日志]
This commit is contained in:
yangyakun
2023-05-25 18:26:48 +08:00
parent f34019bf9c
commit 93e6ba1253

View File

@@ -121,6 +121,7 @@ object CharterPassengerModel {
private var subscribeCountDown: Disposable?=null
var switchLine5minWait: Disposable?=null
@Volatile
private var newCheckSite:SiteInfoResponse.SiteInfo? = null
fun init() {
@@ -689,6 +690,12 @@ object CharterPassengerModel {
mogoLocation.longitude,
mogoLocation.latitude
)
CallerLogger.d(M_BUS_P + "calculateDistance两点距离",
"---lastSumLength: $lastSumLength---站点坐标$mogoLocation ----当前坐标:$it"
)
CallerLogger.d(M_BUS_P + "站点信息",
"--${order.siteId}-$order"
)
if(lastSumLength>100) {
if (mRoutePoints.size == 0){
ToastCharterUtils.showLong("缺少轨迹数据")