mapbox-gl-native icon indicating copy to clipboard operation
mapbox-gl-native copied to clipboard

Add 3D model to iOS map at coordinates

Open TomGrozev opened this issue 6 years ago • 1 comments

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?

TomGrozev avatar Jul 03 '19 14:07 TomGrozev

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.

astojilj avatar Mar 04 '21 15:03 astojilj