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
243 stars 215 forks source link

Don't fitBounds before spiderfy if bounds are already fit #198

Closed mdanics closed 7 months ago

mdanics commented 7 months ago

Currently if you tap on a cluster and your map bounds are already 'fit' then you will wait the full length of the animation duration before the spiderfy begins. This PR makes it such that if the bounds are already fit, (aka there won't be any map movement on tap), then skip the animation and immediately spiderfy, making the spiderfy feel a lot snappier.