opt showBounds method; add loseLockMode method

This commit is contained in:
wangcongtao
2020-03-04 16:58:26 +08:00
parent e0bdc4cbff
commit 8d1297540c
5 changed files with 140 additions and 39 deletions

View File

@@ -58,10 +58,15 @@ public interface IMogoMapUIController {
void showMyLocation( boolean visible );
/**
* 解锁锁车
* 锁车
*/
void recoverLockMode();
/**
* 解锁锁车
*/
void loseLockMode();
/**
* 设置锁车缩放级别
*
@@ -151,10 +156,13 @@ public interface IMogoMapUIController {
void setRenderFps( int fps );
/**
* @param lonLats 经纬度围成的范围
* @param bound 地图上可显示的范围
* @param tag 调用业务
* @param carPosition 当前位置
* @param lonLats 经纬度围成的范围
* @param bound 地图上可显示的范围
* @param lockCarPosition 是否锁定车辆位置
*/
void showBounds( List< MogoLatLng > lonLats, Rect bound );
void showBounds( String tag, MogoLatLng carPosition, List< MogoLatLng > lonLats, Rect bound, boolean lockCarPosition );
/**
* 强制刷新地图