OnAnnotationSelectedListener

Listener for annotation selection.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun onAnnotationSelected(@NonNull annotation: Annotation, annotationCreated: Boolean)
Called when annotation gets selected.
Link copied to clipboard
open fun onAnnotationSelectionFinished(@NonNull annotations: List<Annotation>, annotationsCreated: Boolean)
Called when annotation gets selected.
Link copied to clipboard
abstract fun onPrepareAnnotationSelection(@NonNull controller: AnnotationSelectionController, @NonNull annotation: Annotation, annotationCreated: Boolean): Boolean
Called immediately before annotation is going to be selected.