Obtain the level of elevation data

Hello, can I obtain the current elevation level during runtime? The function of drawing lines against the ground needs to be implemented, and the level of elevation will continuously change during operation。Or by knowing the latitude and longitude, one can obtain the height close to the ground

Currently the only way to obtain heights is by using Physics.Linecast. We expect to improve this in the future.