修改在线车辆展示逻辑

增加了锁车级别接口
This commit is contained in:
董宏宇
2020-02-24 20:41:47 +08:00
parent b0cb602e1c
commit 5e7f92616c
5 changed files with 33 additions and 0 deletions

View File

@@ -59,6 +59,12 @@ public interface IMogoMapUIController {
*/
void recoverLockMode();
/**
* 设置锁车缩放级别
* @param var1 级别 3-20
*/
void setLockZoom(int var1);
/**
* 预览全程
*/