opt
This commit is contained in:
@@ -161,10 +161,17 @@ public interface IMogoNavi {
|
||||
*/
|
||||
void stopAimlessMode();
|
||||
|
||||
/**
|
||||
* 设置巡航模式状态
|
||||
*
|
||||
* @param open
|
||||
*/
|
||||
void setAimlessModeStatus( boolean open );
|
||||
|
||||
/**
|
||||
* 查看全程
|
||||
*/
|
||||
void displayOverview();
|
||||
void displayOverview( Rect bounds );
|
||||
|
||||
/**
|
||||
* 设置使用外部定位源
|
||||
|
||||
@@ -88,8 +88,10 @@ public interface IMogoMapUIController {
|
||||
|
||||
/**
|
||||
* 预览全程
|
||||
*
|
||||
* @param bounds 显示范围
|
||||
*/
|
||||
void displayOverview();
|
||||
void displayOverview( Rect bounds );
|
||||
|
||||
/**
|
||||
* 获取比例尺数据
|
||||
|
||||
Reference in New Issue
Block a user