Some questions about billboardcollection

1. How to hide and show billboardcollection ? Do i have to iterate through all billboards?

2, How to cluster billboards in billboardcollection?

Hi,

If you want to configure clustering, you’ll need to handle the billboards as entities in a dataSource, rather than a billboardCollection. See an example here. If you use a dataSource, you will also be able to toggle the visibility of the entire set of billboards.

Thanks,

Gabby