[3.3.0] fix bug of amap line problem ,and change the log
This commit is contained in:
@@ -41,7 +41,7 @@ class AsyncDataToAutopilotServer private constructor() : IMoGoTrafficLightListen
|
||||
}
|
||||
|
||||
override fun onAutopilotStatusResponse(state: Int) {
|
||||
bizLog(SceneConstant.M_D_C + TAG, "自动驾驶状态变化:$state,准备请求全局路线")
|
||||
bizLog(SceneConstant.M_D_C + TAG, "自动驾驶状态变化:$state")
|
||||
createSubscribe?.let {
|
||||
if (!it.isDisposed) {
|
||||
bizLog(SceneConstant.M_D_C + TAG, "自动驾驶状态变化,取消前置轨迹请求,间隔2s重新请求底盘轨迹")
|
||||
|
||||
@@ -132,7 +132,7 @@ class SmallMapView @JvmOverloads constructor(
|
||||
@UiThread
|
||||
fun clearPolyline() {
|
||||
if (mPolyline != null) {
|
||||
mPolyline!!.points = null
|
||||
mPolyline!!.points = emptyList()
|
||||
}
|
||||
if (mStartMarker != null) {
|
||||
mStartMarker!!.isVisible = false
|
||||
|
||||
Reference in New Issue
Block a user