set On Balloon Overlay Touch Listener
fun setOnBalloonOverlayTouchListener(onTouchListener: View.OnTouchListener?)
Content copied to clipboard
sets a View.OnTouchListener to the overlay popup
fun setOnBalloonOverlayTouchListener(block: (View, MotionEvent) -> Boolean)
Content copied to clipboard
sets a View.OnTouchListener to the overlay popup using lambda.