コード例 #1
0
ファイル: Map.java プロジェクト: alf1alf/GWT-OpenLayers
 /** @return LonLat - the coordinates of the center */
 public LonLat getCenter() {
   return new LonLat(MapImpl.getCenter(getJSObject()));
 }