[6.5.0][地图API] 添加地图api,用于业务层调整自车相对屏幕位置

This commit is contained in:
renwj
2024-07-24 20:11:45 +08:00
parent 5842d37c84
commit a3a814ae03
4 changed files with 24 additions and 0 deletions

View File

@@ -329,4 +329,14 @@ interface IMogoMapUIController {
fun setWeatherEnable(enable: Boolean)
fun setVisible(visible:Boolean)
/**
* 设置地图自定义参数
*/
fun setCfgKeyVal(key: String, value: String)
/**
* 设置自车相对屏幕位置
*/
fun setScreenToOriginDis(p: Float)
}