Merge branch 'dev_robotaxi-d_240227_6.3.0' of gitlab.zhidaoauto.com:SCA/L4HA/AndroidApp/MoGoEagleEye into dev_robotaxi-d_240227_6.3.0
This commit is contained in:
@@ -335,4 +335,5 @@ interface IMogoMapUIController {
|
||||
* 获取高精地图截图
|
||||
*/
|
||||
fun getMapScreenShot()
|
||||
fun setWeatherEnable(enable: Boolean)
|
||||
}
|
||||
@@ -945,4 +945,8 @@ class AMapViewWrapper(mMapView: MapAutoView) : IMogoMapView, IMogoMapUIControlle
|
||||
CallerMapScreenListenerManager.invokeMapScreen(it)
|
||||
}
|
||||
}
|
||||
|
||||
override fun setWeatherEnable(enable: Boolean) {
|
||||
mMapView.getMapAutoViewHelper()?.setWeatherEnable(enable)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user