Hello!
I’m trying to check if a specific coordinate is currently visible by the camera, I need this inorder to hide something in the site UI (html) so for example, when I can no longer see a person located at (lon,lat) I need to do something.
Is there a way via cesium camera or cesium API to check if a given lon lat is currently on screen ? ?