8.0.17 视角变换

This commit is contained in:
lianglihui
2021-12-28 14:28:22 +08:00
parent 8682f9bcb2
commit af800c6f9c
8 changed files with 116 additions and 1 deletions

View File

@@ -23,4 +23,9 @@ interface IMoGoMapFragmentProvider : IMoGoFunctionServerProvider {
* 传入资源ID
*/
fun changeCurrentIcon(@RawRes iconId: Int)
/**
* 设置地图视线角度
*/
fun setMapDAngle(mode: Int)
}