コード例 #1
0
ファイル: Map.java プロジェクト: alf1alf/GWT-OpenLayers
 public Bounds getMaxExtent() {
   return new Bounds(MapImpl.getMaxExtent(getJSObject()));
 }