设置音量和播报模式

This commit is contained in:
zhangyuanzhen
2020-01-14 11:45:12 +08:00
parent 6d0b81606e
commit 162cc07627
6 changed files with 65 additions and 5 deletions

View File

@@ -104,7 +104,17 @@ public interface IMogoNavi {
*/
void setCalculatePathDisplayBounds( Rect bounds );
/**
* 导航配置
* @return
*/
MogoNaviConfig getNaviConfig();
/**
* 设置播报模式
* @param mode
* @return
*/
boolean setBroadcastMode(int mode);
}