[3.4.0-map-sdk] code style
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user