onTouchEvent

open override fun onTouchEvent(event: MotionEvent): Boolean

Overridden in order to support internal map gestures. Usually the parent component does not have to call this method manually as it is called by the Android Framework.

Return

true when the event was handled internally, false otherwise.