onAnnotationClick

Called when an annotation has been clicked

Return

True if this click should be consumed and not passed further to other listeners registered afterwards, false otherwise.

Parameters

annotation

the annotation clicked.

abstract fun onAnnotationClick(annotation: T): Boolean