selectAnnotation

open override fun selectAnnotation(annotation: T)

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.