Finding Location Coordinates during Runtime

Hello, I am trying to get the coordinates of where my Cesium 3D tiles are spawned at during runtime. Below, Cesium has implemented a zoom option that goes to wherever the location is located. Does anybody have any insights as to how I can get those coordinates and implement that function.

Hi @dyllan-aeroai, welcome to the community!

Currently, there is no built-in functionality for this in the plugin, but it should be possible to implement with some custom modifications. I was going to suggest following this community forum thread, but I see that you’ve already posted there. :sweat_smile:

We haven’t had an opportunity to take a look at @arbertrary’s PR, but I think that is the closest solution to getting this to work. (And we’re very grateful for it—just haven’t had the bandwidth recently :smiling_face_with_tear: )