[6.2.4]录包增加高精地图截图

This commit is contained in:
xuxinchao
2023-12-04 14:45:33 +08:00
parent 7d040d2ae0
commit f1313600d9
6 changed files with 91 additions and 4 deletions

View File

@@ -330,4 +330,9 @@ interface IMogoMapUIController {
* 设置地图默认视角
*/
fun setVrAngleDefaultMode(mode: VisualAngleMode)
/**
* 获取高精地图截图
*/
fun getMapScreenShot()
}