I have .b3dm file and I know the degree of latitude and longitude how to get a height

1. A concise explanation of the problem you’re experiencing.

I have .b3dm file and I know the degree of latitude and longitude (114.15, 22.3) how to get a model of the height in coordination.

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

var tileset = new Tileset(’…/DataSource/01F3_Cesium.json’, viewer);

Thank you,

Steve

Just to be sure, are you trying to get the height of the tile at a specific longitude and latitude? Unlike with terrain, this isn’t possible at the moment. Let me know if that answers your question.