Cesium KML Placemark descriptions?

Does Cesium expose a way to retrieve description, coordinate, etc information about an object loaded and/or clicked on from a KML file? I am able to use scene.pick to get access to the object but I am not seeing anything immediately available within the picked object that exposes that metadata.

Thanks!

Hi Jason,

For more background, I would suggest looking at the Loading and Styling Data and Interactivity section of the Cesium Workshop tutorial.

Attributes like position and description metadata are stored in the entity’s properties, which you can retrieve when you pick the entity.

Thanks,

Gabby