Is there a way to get building information (geometry, height etc) from the mapbox API?
I started from this example: https://www.mapbox.com/mapbox-gl-js/example/3d-buildings/ It adds a 3D layer on a map view. All I need is to get those information used to generate 3D building, to use in my application.
So I tried using this API: https://www.mapbox.com/api-documentation/#retrieve-features-from-vector-tiles
For example, if I call this:
I get various informartion but nothing related to buildings.
According to this: https://www.mapbox.com/blog/mapbox-studio-building-heights/
the information should be there somewhere