TapListener

interface TapListener

Interface definition for a callback to be invoked when a tap event occurs on a map or scene view.

Functions

Link copied to clipboard
abstract fun onTap(feature: Feature?)

Called when a tap event occurs on a map or scene view.

Link copied to clipboard
abstract fun onUserTap(userId: String)

Called when a user avatar is tapped on a map or scene view.