annotationMenuItems property

void annotationMenuItems=(List value)

A list of AnnotationMenuItems that will show when an annotation is selected.

Defaults to all of AnnotationMenuItems.

Implementation

set annotationMenuItems(List value) => _annotationMenuItems = value;