Package com.here.sdk.gestures

  • Interface Summary 
    Interface Description
    DoubleTapListener
    Interface for handling double tap gestures.
    LongPressListener
    Interface for handling long-press gestures.
    PanListener
    Interface for handling pan gestures.
    PinchRotateListener
    Interface for handling pinch rotate gestures.
    TapListener
    Interface for handling tap gestures.
    TwoFingerPanListener
    Interface for handling two finger pan gestures.
    TwoFingerTapListener
    Interface for handling two finger tap gestures.
  • Class Summary 
    Class Description
    FlingHandler
    This class handles fling events by performing a kinetic move on the map.
    Gestures
    Use this class to process touch events from the platform and detect gesture induced actions on the map view.
    ScaleHandler
    This class handles scale events by zooming the map accordingly.
    ScrollHandler
    This class handles scroll events by panning the map accordingly.
  • Enum Summary 
    Enum Description
    GestureState
    Represents the state of the gesture.
    GestureType
    Enum that represents the type of a gesture.