[6.2.0][视角切换] 视角切换添加获取或设置默认视角接口

This commit is contained in:
renwj
2023-11-17 19:09:41 +08:00
parent 679fe07181
commit 090cc247b5
13 changed files with 108 additions and 58 deletions

View File

@@ -320,4 +320,14 @@ interface IMogoMapUIController {
*/
fun setDisplayAnimEnable(displayAnimEnable: Boolean)
/**
* 获取地图默认视角
*/
fun getVrAngleDefaultMode(): VisualAngleMode
/**
* 设置地图默认视角
*/
fun setVrAngleDefaultMode(mode: VisualAngleMode)
}