-
- All Implemented Interfaces:
public interface MapMotionEventGestureAndroid MotionEvent gesture interface that directly integrates with the map engine's gesture pipeline. This ensures 100% behavioral consistency with the engine's internal touch handling logic.
-
-
Method Summary
Modifier and Type Method Description abstract BooleanonTouchEvent(MotionEvent e)Process Android MotionEvent directly through the map engine's gesture pipeline. -
-
Method Detail
-
onTouchEvent
abstract Boolean onTouchEvent(MotionEvent e)
Process Android MotionEvent directly through the map engine's gesture pipeline.
- Parameters:
e- The MotionEvent from Android's touch system
-
-
-
-