OnPointAnnotationClickListener

fun fun interface OnPointAnnotationClickListener : OnAnnotationClickListener<PointAnnotation>

Interface definition for a callback to be invoked when a pointAnnotation has been clicked.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onAnnotationClick
Link copied to clipboard
abstract fun onAnnotationClick(annotation: PointAnnotation): Boolean
toString
Link copied to clipboard
open fun toString(): String