This commit is contained in:
wangcongtao
2020-02-27 12:41:08 +08:00
parent 4781b10eba
commit 0d3ae83b97
9 changed files with 136 additions and 33 deletions

View File

@@ -61,9 +61,10 @@ public interface IMogoMapUIController {
/**
* 设置锁车缩放级别
*
* @param var1 级别 3-20
*/
void setLockZoom(int var1);
void setLockZoom( int var1 );
/**
* 预览全程
@@ -138,4 +139,11 @@ public interface IMogoMapUIController {
* @param duration 动画时间
*/
void startJumpAnimation( IMogoMarker marker, float high, Interpolator interpolator, long duration );
/**
* 设置刷新帧率
*
* @param fps
*/
void setRenderFps( int fps );
}