onPopupEvent property

(dynamic Function(PopupEvent event, List<Marker> selectedMarkers)?) onPopupEvent
final

An optional callback which can be used to react to PopupEvents. The selectedMarkers is the list of Markers which are selected before the event is applied.

Implementation

final Function(PopupEvent event, List<Marker> selectedMarkers)? onPopupEvent;