Drag and Drop Map and Entities

Hey, I have several problems that I couldn’t find in the Documentation.

  1. Is there any functionality that can tell me when the user is dragging the map? (moving the glob). this is important so that I can tell when the map just clicked and when is dragged.
  2. is there any functionality that handles drag entities?

@Ben_Katan

Thank you for sharing these questions with the community! This is a really interesting and unique use case. I am not sure if we have a simple API call that will meet your needs. Have you looked into using ScreenSpaceEventHandler? I would start with the documentation.

https://cesium.com/learn/cesiumjs/ref-doc/ScreenSpaceEventHandler.html?classFilter=screenspa

Does this seem like a feasible object to use here? I am curious to hear your thoughts!

-Sam