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