lpongetti / flutter_map_marker_cluster

Provides beautiful animated marker clustering functionality for flutter_map. Inspired by Leaflet.markercluster
BSD 3-Clause "New" or "Revised" License
251 stars 234 forks source link

Add markerChildBehavior option to MarkerWidget #209

Closed ReinisSprogis closed 6 months ago

ReinisSprogis commented 7 months ago

Added simple way to opt out using GestureDetector for MarkerWidget as it is interfering with gesture detector behavior provided by MarkerChild. This functionality was needed as Marker I made have a custom GestureDtetector that reacts on events only within marker shape.