twotoasters / clusterkraf

A clustering library for the Google Maps Android API v2
Apache License 2.0
255 stars 57 forks source link

problem of showing clustered icon instead of a single marker icon #38

Closed ngooran closed 10 years ago

ngooran commented 10 years ago

Hi, I just tried to add this library to my project which has more than two thousands markers and it works good except that when I zoom to see my single markers outside of the clusters, it shows the single marker but it seem that it still is inside the cluster and shows the clustered icon and also '2' number on the icon which indicates it has 2 markers but I'm sure it is just one marker. Do you have any clue why this may happen ?

Thanks in advance