rorystephenson / flutter_map_supercluster

Very fast Marker clustering for flutter_map. Supports efficient adding/removing of Markers.
BSD 3-Clause "New" or "Revised" License
28 stars 16 forks source link

Disable splaying #28

Open JFtechOfficial opened 7 months ago

JFtechOfficial commented 7 months ago

I'm migrating from version 2.3.0 to the latest version, 5.0.0-dev1 and I'm facing issues from changes made in version 3.

I've previously implemented my own UI for lots of markers placed exactly onto each other. I'd like to keep that, but the ClusterSplayDelegate seems required by SuperclusterLayer and I couldn't find a way to disable it or force it to display just the underlying markers without interfering with the marker tap function.

Am I missing something?

rorystephenson commented 7 months ago

Hey @JFtechOfficial, I don't have a good answer for you as I'm not working on this actively at the moment due to work commitments. I'm open to PRs but apart from that I don't have much time available to maintain this currently.