mapbox / mapbox-gl-native

Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
https://mapbox.com/mobile
Other
4.37k stars 1.33k forks source link

Add 3D model to iOS map at coordinates #15049

Open TomGrozev opened 5 years ago

TomGrozev commented 5 years ago

Is it possible to add a custom 3D model at coordinates (and then multiple coordinates) on a map.

Also is it most efficient to add a large number of 3d models at custom coordinates (say stored in a database) using the iOS device or in the actual map using the studio?

astojilj commented 3 years ago

For SceneKit iOS example that is based on Mapbox Maps SDK for iOS v10 Beta, see https://github.com/mapbox/mapbox-maps-ios/pull/154.