Interface DoubleTapListener
Package com.here.sdk.gestures
Interface DoubleTapListener
-
public interface DoubleTapListenerInterface for handling double tap gestures. Double-tap gesture occurs after double-tapping on the screen.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDoubleTap(Point2D origin)Called when the double-tap gesture occurs.
-
-
-
Method Detail
-
onDoubleTap
void onDoubleTap(@NonNull Point2D origin)Called when the double-tap gesture occurs.
- Parameters:
origin-Position of the touch point relative to the MapView in pixels.
-
-