OnPointAnnotationInteractionListener

Interface definition for a callback to be invoked when a pointAnnotation has been selected or deselected.

Functions

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