Zoom to particular feature

Is there any chance to zoom to at particular building of a 3d tileset using building properties in cesium js?

Hi @basant1431,

If a particular building has position metadata, you can read the metadata using Cesium3DTileFeature.getProperty upon picking the building, and use the returned value to adjust the camera position. You can see it in action in the 3D Tiles Interactivity Sandcastle by setting the Right Click Action to “Zoom to feature” and right clicking on a building.

Hope this helps,
Sam.

@sanjeetsuhag , Thank you so much for your valuable reply.