KmlDataSource Unloading

I've couple of polygons on page and I'm loading few entities through Cesium.KmlDataSource.

I'm trying to have an event based Load/UnLoad of this Cesium.KmlDataSource polygons. Without affecting other polygons on page.

Hi,

You should be able to subscribe to the specific load event for a KmlDataSource. Cesium doesn’t specifically handling the unloading, so you can manage that yourself. There’s additional events for when the data changes or the data source refreshes.

Thanks!

Gabby