How to get height of Lat and Long, I want to place an object on the surface

have any way to get the height of a given coordinate.

I want to place an object on the surface of the map but I only have a Lat and long.

like, if I want to place an object on the given coordinate, what height should be assigned, I want to do it in the game (run time), I don’t want to ask the user for height

I’m using unity Cesium3DTileset with google maps API

Unfortunately there’s no easy way to do this right now. Keep an eye on this issue:

In the meantime, the best you can do is a LineCast into the terrain to find the height. Be aware, though, that the height can change as the terrain level of detail shifts.