fixed conflict

This commit is contained in:
lixiaopeng
2022-07-28 18:17:43 +08:00
parent fd99007dd1
commit 1b0e17e12c
11 changed files with 215 additions and 5 deletions

View File

@@ -313,4 +313,10 @@ public interface IMogoMapUIController {
* @return angle
*/
Double getRoadAngle(Double lon,Double lat,float angle);
/**
* 设置锁屏模式
*/
void setLockMode(boolean isLock);
}