novalabio/react-native-maps-super-cluster

Not clustering if markers are on same location

harishchopra86 opened this issue · 2 comments

I am using your sdk for clustering markers on maps.
However it is not clustering maps if markers are on same location when multiple markers are on same latitude longitude.

same issue? have any solution

Hi guys. I don't see any solution other than preventing markers to have the exact same coordinates. In one project we did it client-side just by collecting all items with the same coordinates and then slightly modifying them.