opt
This commit is contained in:
@@ -24,12 +24,6 @@ public interface IMogoSearchManager extends IProvider {
|
||||
*/
|
||||
void showSearch();
|
||||
|
||||
void showMain();
|
||||
|
||||
void speakDraft();
|
||||
|
||||
void speakDetail();
|
||||
|
||||
/**
|
||||
* 规划路线
|
||||
*
|
||||
|
||||
@@ -8,8 +8,51 @@ import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
*/
|
||||
public interface IMogoSettingManager extends IProvider {
|
||||
|
||||
/**
|
||||
* 路线偏好
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
int getPathPrefer();
|
||||
|
||||
/**
|
||||
* 音量
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
int getVolume();
|
||||
|
||||
/**
|
||||
* 获取播报模式
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
int getVoiceStyle();
|
||||
|
||||
/**
|
||||
* 日夜墨水
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
int getMapType();
|
||||
|
||||
/**
|
||||
* 简洁播报
|
||||
*/
|
||||
void speakDraft();
|
||||
|
||||
/**
|
||||
* 详细播报
|
||||
*/
|
||||
void speakDetail();
|
||||
|
||||
/**
|
||||
* 打开巡航模式
|
||||
*/
|
||||
void openAimlessMode();
|
||||
|
||||
/**
|
||||
* 关闭巡航模式
|
||||
*/
|
||||
void closeAimlessMode();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user