How to get height or altitude of buildings around a special point or coordinate?

Hello
I have serious problem and would really appreciate if you could help me.

I wanted to know if we can get height of buildings and obstacles around a special coordinate on map. I think it could be accessed before by google earth but now they have shut down their service for developers.
Could we get access to this data on Cesium map?

Thanks

Hello,

If you have building models, you can use pickPosition to get the height. See the pickPosition part of this example: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Picking.html&label=Showcases

Best,

Hannah

Thanks for your response Hannah. But I don have the model and actually i don want to provide any model. I just want to get height of buildings around a arbitrary point on the map. Does Cesium give out this
service?

Sorry, no, Cesium does not have a service like this.

-Hannah