[6.5.0] fix bug of roam
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.zhidaoauto.map.sdk.open.view
|
||||
|
||||
import android.util.Log
|
||||
import android.view.View
|
||||
import com.autonavi.nge.map.LonLat
|
||||
import com.zhidaoauto.map.data.point.LonLatPoint
|
||||
import com.zhidaoauto.map.sdk.inner.CompileConfig
|
||||
@@ -775,6 +776,10 @@ class MapAutoViewHelper(mapAutoView: MapAutoView) {
|
||||
?.setPanel(PanelManager.PANEL_WHAT_HID, PanelManager.PANEL_BTN_LOGO)
|
||||
}
|
||||
|
||||
fun setVisible(visible:Boolean){
|
||||
mMapAutoView.getClerk()?.add()
|
||||
mMapAutoView.getMapView()?.visibility = if (visible) View.VISIBLE else View.GONE
|
||||
}
|
||||
|
||||
/**
|
||||
* 地图截屏
|
||||
|
||||
Reference in New Issue
Block a user