add card scroll cycle

This commit is contained in:
wangcongtao
2020-02-03 16:46:08 +08:00
parent f41f2187bb
commit 08645d8d55
6 changed files with 25 additions and 6 deletions

View File

@@ -63,8 +63,7 @@ public interface IMogoNavi {
*
* @param isRealNavi true - 实时导航 false - 模拟导航
*/
void
startNavi( boolean isRealNavi );
void startNavi( boolean isRealNavi );
/**
* 是否正在导航
@@ -118,4 +117,9 @@ public interface IMogoNavi {
*/
boolean setBroadcastMode(int mode);
/**
* 获取导航沿途路线的点
* @return
*/
List<MogoLatLng> getNaviPathCoordinates();
}