OnCircleAnnotationClickListener

fun fun interface OnCircleAnnotationClickListener : OnAnnotationClickListener<CircleAnnotation>

Interface definition for a callback to be invoked when a circleAnnotation 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: CircleAnnotation): Boolean
toString
Link copied to clipboard
open fun toString(): String