Is it possible to indicate 3d location?

Here is my case, I have a GeoJSON file, and I want to show the XYZ location on the map, for example, users typed the address with the floor, then it will show the building with a specific height and indicate it, just like on 2d map with a marker or a pin. any examples?

Hi @pakwai122,

Welcome to the community! :grinning: :rocket:

I recommend checking out the following sandcastle demo

This demo showcases 3D Tiles feature picking with hover and select behavior. This is something that you could potentially implement in your application.

Best,
Sam