Esempio n. 1
0
 public int getZoomForExtent(Bounds bounds, boolean closest) {
   return MapImpl.getZoomForExtent(getJSObject(), bounds.getJSObject(), closest);
 }