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:
xinfengkun
2024-03-15 14:01:10 +08:00
230 changed files with 812 additions and 221 deletions

View File

@@ -335,4 +335,5 @@ interface IMogoMapUIController {
* 获取高精地图截图
*/
fun getMapScreenShot()
fun setWeatherEnable(enable: Boolean)
}

View File

@@ -945,4 +945,8 @@ class AMapViewWrapper(mMapView: MapAutoView) : IMogoMapView, IMogoMapUIControlle
CallerMapScreenListenerManager.invokeMapScreen(it)
}
}
override fun setWeatherEnable(enable: Boolean) {
mMapView.getMapAutoViewHelper()?.setWeatherEnable(enable)
}
}