@Subscribe
 public void onEvent(MotionEvent event) {
   mapView.dispatchTouchEvent(event);
 }