TapListener (API Reference)
Package com.here.sdk.gestures
Interface TapListener
public interface TapListener
Interface for handling tap gestures. Tap gesture occurs after tapping on the screen.
-
Method Summary
-
Method Details
-
onTap
Called when the tap gesture occurs.
- Parameters:
origin-Position of the touch point relative to the MapView in pixels.
-