selectAnnotation

Toggles the annotation's selection state. If the annotation is deselected, it becomes selected. If the annotation is selected, it becomes deselected.

Parameters

annotation

: The annotation to select.

abstract fun selectAnnotation(annotation: T)