overrideAnnotationMenuBehavior property

void overrideAnnotationMenuBehavior=(List value)

A list of AnnotationMenuItems that will skip default behavior when pressed.

These menu items will still be displayed in the annotation menu. When pressed, the event listener startAnnotationMenuPressedListener will be called instead where custom behavior can be implemented. Defaults to empty.

Implementation

set overrideAnnotationMenuBehavior(List value) =>
    _overrideAnnotationMenuBehavior = value;