[6.3.0][Feat]新增高精地图天气效果开关

This commit is contained in:
chenfufeng
2024-03-14 15:01:52 +08:00
parent f5445a24da
commit 4bb584d530
4 changed files with 31 additions and 0 deletions

View File

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