how do you do your marker clustering?
Closed this issue · 4 comments
blairanderson commented
i think its super neat, would love to see how you got that to work?
imjared commented
@blairanderson here's a link for how to do it in Google maps: https://developers.google.com/maps/documentation/javascript/marker-clustering
blairanderson commented
Ohhhh. well your icons look way better than the demo 👍
xando commented
The clustering is done in very different way from the link that @imjared provided. It's custom solution that helps me with rendering many objects on the map. Those object are not Google API objects.
Said that. If your map is less 100 object you will be fine with link that @imjared provided. You can add custom icons there as well.
blairanderson commented
I have 2000 objects that are being clustered and the performance is slow.
Do you have a reference for how you handled clustering?
… On Dec 2, 2016, at 2:08 AM, Sebastian Pawluś ***@***.***> wrote:
Clustering is done in very different from the link that @imjared provided. It's custom solution that helps me with rendering many objects on the map. Those object are not Google API objects.
Said that. If your map is less 100 object you will be fine with link that @imjared provided. You can add custom icons.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.