This commit is contained in:
wangcongtao
2020-03-24 11:08:59 +08:00
parent 339a61b35f
commit f457ec961b
5 changed files with 74 additions and 10 deletions

View File

@@ -148,4 +148,14 @@ public interface IMogoNavi {
* @param listener
*/
void registerCarLocationChangedListener( IMogoCarLocationChangedListener listener );
/**
* 打开巡航模式
*/
void startAimlessMode();
/**
* 关闭巡航模式
*/
void stopAimlessMode();
}