Google Photorealistic 3D Tiles
We've created a developer account under the hydrotrek@gqc.com google account.
Access the Google Developer Console
The key is: AIzaSyBaXLbC9Te3pB2bNNTi1FRxH2Cok3XLh4o
Here's a snippet for including the layer in Cesium:
<Cesium3DTileset
url="https://tile.googleapis.com/v1/3dtiles/root.json?key=<YOUR_KEY>"
show={true}
/>
For a more complete code use example, view the csdp_frontend repository's "milwaukee" branch.