Display the real 3D map through model3d

In the apple map of some areas, there will be a very realistic real-life 3D map. And now I want to call it through 3d in visionOS (like model3d). How can I call it?

Note: What I ask for is not to have an effect similar to 3d on a flat screen like in iOS, but to display the USDZ model in visionOS.

Answered by halm in 795447022

I don't think you're going to find that data in a public API from Apple. You'll have to go a third party or open source route. Mapbox might be a workable solution: https://docs.mapbox.com/ios/maps/examples/building-extrusions/

Accepted Answer

I don't think you're going to find that data in a public API from Apple. You'll have to go a third party or open source route. Mapbox might be a workable solution: https://docs.mapbox.com/ios/maps/examples/building-extrusions/

Display the real 3D map through model3d
 
 
Q