How can I convert zoom lavel to altitude?
There is some kind of function or algorithm or table of values?
There is a draft PR at https://github.com/mapbox/mapbox-gl-js/pull/8830 which adds a method to set the camera with an altitude, you could pull out some of that code to make your own method which returns a zoom level given an altitude.
X
, what would the physical altitude of the camera object be if it were an actual camera placed in the real world?" Or, are you asking about the camera space height (in order to perform a programmatic manipulation of the camera)? – Adriana Babakanian