菜鸟教程小白 发表于 2022-12-13 12:57:12

ios - 如何运行 “mapbox-gl-native” 项目?


                                            <p><p>我正在通过 cocoapods 使用“Mapbox-iOS-SDK”3.0,并希望为注释实现脉冲效果:
<a href="https://github.com/TransitApp/SVPulsingAnnotationView" rel="noreferrer noopener nofollow">https://github.com/TransitApp/SVPulsingAnnotationView</a> </p>

<p>通过此链接建议更新 MGLMapView.mm 文件:
<a href="https://stackoverflow.com/questions/33598363/implement-pulse-effect-on-annotations-in-mapbox/33768054#33768054" rel="noreferrer noopener nofollow">https://stackoverflow.com/questions/33598363/implement-pulse-effect-on-annotations-in-mapbox/33768054#33768054</a> </p>

<p>但现在我不明白如何运行“mapbox-gl-native”项目?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p> <a href="https://github.com/mapbox/mapbox-gl-native/blob/45a0f48ea023a73d8652c6c2af94f7048a02157c/platform/ios/DEVELOPING.md" rel="noreferrer noopener nofollow">Here are the instructions</a>用于设置 Mapbox iOS SDK 构建环境。本质上,您克隆了 repo 并运行 <code>make iproj</code>。一旦您准备好将库集成到您自己的应用程序中,您将运行 <code>make ipackage</code> 并将 <code>build/ios/dynamic/</code> 中生成的二进制/etc 复制到您的项目。</p>

<p><strong>注意</strong>:<code>mapbox-gl-native</code> 项目的构建非常复杂,结构仍在不断变化,每天都在进行大量开发,所以我的任何指示写在这里可能在未来中期不会完全有用。</p>

<p>向 mapView 添加本地 View 并不容易(目前),但您可以开始<a href="https://github.com/mapbox/mapbox-gl-native/blob/45a0f48ea023a73d8652c6c2af94f7048a02157c/platform/ios/src/MGLMapView.mm" rel="noreferrer noopener nofollow">here</a>和修改/子类/模仿<a href="https://github.com/mapbox/mapbox-gl-native/blob/45a0f48ea023a73d8652c6c2af94f7048a02157c/platform/ios/src/MGLUserLocationAnnotationView.m" rel="noreferrer noopener nofollow"><code>MGLUserLocationAnnotationView</code></a> .</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 如何运行“mapbox-gl-native” 项目?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/34416033/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/34416033/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 如何运行 “mapbox-gl-native” 项目?