DoubleTapListener (API Reference)
Package com.here.sdk.gestures
Interface DoubleTapListener
public interface DoubleTapListener
Interface for handling double tap gestures. Double-tap gesture occurs after double-tapping on the screen.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonDoubleTap(Point2D origin) Called when the double-tap gesture occurs.
-
Method Details
-
onDoubleTap
Called when the double-tap gesture occurs.
- Parameters:
origin-Position of the touch point relative to the MapView in pixels.
-