twotoasters / clusterkraf

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

Make clustering serializable? #20

Open steemcb opened 11 years ago

steemcb commented 11 years ago

Hi great work on this project - I really like it. I was just wondering in order to avoid recalculating clusters each time the map is initialised could the clusters be serialized in some manner? I'm working on a app that has over 4K locations and the calculation of the initial clusters means it can take over 30 seconds for anything to appear on the map.

carltonwhitehead commented 11 years ago

It seems like there might be a performance issue somewhere. In the sample app with 25K points distributed randomly across the planet, it only takes a few seconds for them to be randomly generated and clustered on the map on my Galaxy Nexus. Are you sure the delay is coming from Clusterkraf?