onMarkerClicked property

(dynamic Function(int?)?) onMarkerClicked
final

This callback will called when the user click on the marker and response a int, which is the marker id

Implementation

final Function(int?)? onMarkerClicked;