Polygon points as MarkerSymbol or similar

Hi all. Is there a way to draw the points of a Polygon as visible points, like a MarkerSymbol or similar? Thanks in advance.

I would place a point/entity on the polygon coordinates like this Sandcastle does: https://sandcastle.cesium.com/index.html?src=Drawing%20on%20Terrain.html

What kind of project are you working on?

Hi Omar

I was thinking about something more automatic in Cesium. Once I have the coordinates of a polygon, I can place points separately, but I don’t like that solution. As I said I expected something more automatic from Cesium, like the MarkerSymbol in point entities. I am working in Air Navigation projects. I create GeoJSON files from database, then read the GeoJSON and present it from Cesium. I apply height and extruded height to simulate Airspaces as volumes.

Thank for the reply.