use EventDispatcher for Input- and Map-Events
This commit is contained in:
@@ -152,8 +152,7 @@ public class MapView extends RelativeLayout {
|
||||
if (mGestureDetector.onTouchEvent(motionEvent))
|
||||
return true;
|
||||
|
||||
mMap.handleMotionEvent(mMotionEvent.wrap(motionEvent));
|
||||
|
||||
mMap.input.fire(null, mMotionEvent.wrap(motionEvent));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user