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