On Annotation Selected Listener
Functions
Link copied to clipboard
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.