[3.4.0-map-sdk] code style

This commit is contained in:
zhongchao
2023-09-21 17:01:03 +08:00
parent 59c27070ce
commit 056ec28709
2 changed files with 1 additions and 1 deletions

View File

@@ -215,7 +215,7 @@ class AMapViewWrapper(mMapView: MapAutoView) : IMogoMapView, IMogoMapUIControlle
i("$M_MAP$TAG","进入路口 :${newValue.cross_id}")
invokeRoadChange(true)
}
if((it.status == 1 && newValue!!.status == 0) || (newValue!!.cross_id_end.isNotEmpty() && oldValue.cross_id_end != newValue!!.cross_id_end)){
if((it.status == 1 && newValue!!.status == 0) || (newValue!!.cross_id_end.isNotEmpty() && oldValue.cross_id_end != newValue.cross_id_end)){
//驶出路口
i("$M_MAP$TAG","驶出路口 上个:${oldValue.cross_id_end} , 下个:${newValue.cross_id_end}")
invokeRoadChange(false)