bugfix: UI-393

This commit is contained in:
wangcongtao
2020-03-02 17:53:48 +08:00
parent fe46c48447
commit 85d0aae48b
5 changed files with 43 additions and 18 deletions

View File

@@ -155,4 +155,9 @@ public interface IMogoMapUIController {
* @param bound 地图上可显示的范围
*/
void showBounds( List< MogoLatLng > lonLats, Rect bound );
/**
* 强制刷新地图
*/
void forceRender();
}