OnPolygonAnnotationInteractionListener

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