コード例 #1
0
ファイル: Map.java プロジェクト: alf1alf/GWT-OpenLayers
 /** zoom in with one step. */
 public void zoomIn() {
   MapImpl.zoomIn(getJSObject());
 }