[3.4.0-map-sdk] code style

This commit is contained in:
zhongchao
2023-09-12 17:51:27 +08:00
parent b0355d967d
commit e368a0fda4
71 changed files with 1053 additions and 1193 deletions

View File

@@ -214,7 +214,7 @@ class AMapViewWrapper(mMapView: MapAutoView) : IMogoMapView, IMogoMapUIControlle
//todo 多实例 对象替换
override fun onStopLineInfo(stopLine: StopLine?) {
val carLoc = getChassisLocationWGS84()
if (stopLine != null && !stopLine.road_id.isEmpty() && stopLine.points.size > 0) {
if (stopLine != null && stopLine.road_id.isNotEmpty() && stopLine.points.size > 0) {
val points = stopLine.points
d(SceneConstant.M_MAP + TAG, "onStopLineInfo:stop_line$stopLine")
val stopInfo = convert(stopLine)