Is there event like Google map "idle" event in Cesium?

Is there event like Google map “idle” event in Cesium? I want to make callbacks when the map is idle after initially loaded, dragged and zoomed.

Hi there,

The equivalent to panning, dragging, etc in Google Maps in Cesium would be moving the camera. We have two events you can subscribe to on the camera, Camera.moveStart and camera.moveEnd.

Thanks,

Gabby