dev
This commit is contained in:
@@ -106,4 +106,13 @@ public interface IMogoMap {
|
||||
* 停止当前执行的改变地图状态的动画。
|
||||
*/
|
||||
void stopAnimation();
|
||||
|
||||
/**
|
||||
* 获取比例尺
|
||||
*
|
||||
* @return 当前缩放级别下,地图上1像素点对应的长度,单位米
|
||||
*/
|
||||
float getScalePerPixel();
|
||||
|
||||
void changeZoom(float zoom);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user