On Polygon Annotation Interaction Listener
Interface definition for a callback to be invoked when a polygonAnnotation has been selected or deselected.
interface OnPolygonAnnotationInteractionListener : OnAnnotationInteractionListener<PolygonAnnotation>
Content copied to clipboard
Functions
equals
Link copied to clipboard
onDeselectAnnotation
Link copied to clipboard
abstract override fun onDeselectAnnotation(annotation: PolygonAnnotation)
Content copied to clipboard
onSelectAnnotation
Link copied to clipboard