Package 

Interface MapMotionEventGesture

  • All Implemented Interfaces:

    
    public interface MapMotionEventGesture
    
                        

    Android 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean onTouchEvent(MotionEvent e) Process Android MotionEvent directly through the map engine's gesture pipeline.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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