OnPolygonAnnotationClickListener

fun fun interface OnPolygonAnnotationClickListener : OnAnnotationClickListener<PolygonAnnotation>

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