bugfix: UI-393
This commit is contained in:
@@ -155,4 +155,9 @@ public interface IMogoMapUIController {
|
||||
* @param bound 地图上可显示的范围
|
||||
*/
|
||||
void showBounds( List< MogoLatLng > lonLats, Rect bound );
|
||||
|
||||
/**
|
||||
* 强制刷新地图
|
||||
*/
|
||||
void forceRender();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user