I'm new to Cesium, and I am trying to allow the user to select a location on the map (mouse click), or use the mouse to specify a region of interest (e.g. rectangle or circle). I see how to get mouse events, but the coordinates are in screen space. How can I convert these into lat,lon values? The goal is to use this user input to do things like retrieve query results for that geographic location.
Thanks for any pointers.