[6.5.0][地图API] 添加地图api,用于业务层调整自车相对屏幕位置
This commit is contained in:
@@ -329,4 +329,14 @@ interface IMogoMapUIController {
|
||||
fun setWeatherEnable(enable: Boolean)
|
||||
|
||||
fun setVisible(visible:Boolean)
|
||||
|
||||
/**
|
||||
* 设置地图自定义参数
|
||||
*/
|
||||
fun setCfgKeyVal(key: String, value: String)
|
||||
|
||||
/**
|
||||
* 设置自车相对屏幕位置
|
||||
*/
|
||||
fun setScreenToOriginDis(p: Float)
|
||||
}
|
||||
Reference in New Issue
Block a user