onMapClicked

abstract fun onMapClicked(e: MotionEvent, isTwoFingers: Boolean): Boolean

Notified when a single-tap occurs.

This will only be called after the detector is confident that the user's first tap is not followed by a second tap leading to a double-tap gesture.

Return

true if the event is consumed, else false

Parameters

e

The down motion event of the single-tap.

isTwoFingers

whether it is single finger or two-finger tap