且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用“gwt-maps-3.8.0”触发从GWT 2.5重新调整Google地图的事件大小

更新时间:2023-02-05 23:29:05

That's the best I found so far:

private final native void resizeMap(GoogleMap map) /*-{
    $wnd.google.maps.event.trigger(map, 'resize');
}-*/;