opt
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user