@Kroll.method
 public void zoom(int delta) {
   if (mapView != null) {
     mapView.changeZoomLevel(delta);
   }
 }