Interface TwoFingerTapListener
Package com.here.sdk.gestures
Interface TwoFingerTapListener
-
public interface TwoFingerTapListenerInterface for handling two finger tap gestures. Two finger tap gesture occurs after tapping on the screen with two fingers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonTwoFingerTap(Point2D origin)Called when the double-tap gesture occurs.
-
-
-
Method Detail
-
onTwoFingerTap
void onTwoFingerTap(@NonNull Point2D origin)Called when the double-tap gesture occurs.
- Parameters:
origin-Position halfway between two touch points relative to the MapView in pixels.
-
-