The "Visualizing Spatial Data" tutorial mentions the low level primitive API and the high-level Entity API, and I want to focus on just the Entity API.
From the Cesium website Documentation link, I can see an API and I assume this is the primitive API. Is there a link to the Entity API somewhere? If the Entity API is intermingled in this API, is there a way to determine what part is the Entity API?
I'm asking this because looking at the "Entity" documentation, it takes things like:
BillboardGraphics,PolygonGraphics, ...etc.
However in the examples Billboard, Polygon, ... etc are used.
The description of these are quite different from their xxxxGraphics.
I feel I missing something fundamental here. Similarly I can never find the CZML documentation from the website.