菜鸟教程小白 发表于 2022-12-12 23:34:01

ios - Google Maps SDK 未显示所有地点


                                            <p><p>我正在使用 <em>Google Maps SDK</em> 在我的应用中显示 map 。一切正常,除了我的 mapView 看起来是空的,因为没有显示所有的地方。当我从谷歌地图应用程序打开相同的位置时,会显示所有地方,如商店、办公室、医院等。我的 mapView 有什么问题。</p>

<p>我正在使用 <em>Google Developers</em> 网站上编写的这段代码:</p>

<pre><code>GMSCameraPosition *camera = ;
gmapView = ;
gmapView.myLocationEnabled = YES;
</code></pre>

<p>以下是我的应用和谷歌地图应用的截图:</p>

<p><strong>我的应用:</strong></p>

<p> <img src="/image/2Hdz4.jpg" alt="enter image description here"/> </p>

<p><strong>谷歌地图:</strong></p>

<p> <img src="/image/f3COF.jpg" alt="enter image description here"/> </p>

<p>这些是同一个地方的截图!</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>iOS 版 Google Map 与 iOS 版 Google Places 是 2 个不同的 API。我认为您使用的是 Only Google Map API,所以,所有的地方都是空的。如果您想在 map 上放置地点,我认为您需要学习如何使用 Google Places API。 </p>

<p>有关更多信息,您可以从以下几个有用的网站中学习:</p>

<ol>
<li> <a href="https://stackoverflow.com/questions/5535361/google-places-api-in-ios-application" rel="noreferrer noopener nofollow">Google Places API in iOS application</a> </li>
<li> <a href="https://developers.google.com/places/documentation/" rel="noreferrer noopener nofollow">https://developers.google.com/places/documentation/</a> </li>
<li> <a href="http://www.raywenderlich.com/13160/using-the-google-places-api-with-mapkit" rel="noreferrer noopener nofollow">http://www.raywenderlich.com/13160/using-the-google-places-api-with-mapkit</a> </li>
</ol></p>
                                   
                                                <p style="font-size: 20px;">关于ios - Google Maps SDK 未显示所有地点,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/24505942/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/24505942/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - Google Maps SDK 未显示所有地点