Exemple #1
0
 /**
  * Returns current zoom level of map object.
  *
  * @return current zoom level
  */
 public int getZoom() {
   return MapImpl.getZoom(getJSObject());
 }