TwoFingerTapListener (API Reference)
Package com.here.sdk.gestures
Interface TwoFingerTapListener
public interface TwoFingerTapListener
Interface for handling two finger tap gestures. Two finger tap gesture occurs after tapping on the screen with two fingers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonTwoFingerTap(Point2D origin) Called when the double-tap gesture occurs.
-
Method Details
-
onTwoFingerTap
Called when the double-tap gesture occurs.
- Parameters:
origin-Position halfway between two touch points relative to the MapView in pixels.
-