This commit is contained in:
wangcongtao
2019-12-30 16:35:51 +08:00
parent 9b93caefda
commit 5752829cf3
128 changed files with 7092 additions and 491 deletions

View File

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