菜鸟教程小白 发表于 2022-12-12 18:56:06

ios - Skobbler(GPS 导航)未在指定位置打开


                                            <p><p>我有以下代码可以在指定位置打开 Skobbler:</p>

<pre><code>- (void)openSkobblerWithLatitude:(double)latitude longitude:(double)longitude {
    NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:
      @&#34;hybridnavigation://cmd=mapOverview&amp;latitude=%f&amp;longitude=%f&#34;,
      latitude,
      longitude]];
    [ openURL:url];
}
</code></pre>

<p>它会打开 Skobbler,但该位置会被完全忽略。 URL 是否有问题,或者这仅仅是 Skobbler 中的一个错误?</p>

<p>Skobbler 下载链接:<br/>
<a href="https://itunes.apple.com/us/app/gps-navigation-sat-nav/id370144231?mt=8" rel="noreferrer noopener nofollow">https://itunes.apple.com/us/app/gps-navigation-sat-nav/id370144231?mt=8</a> </p>

<p><strong>编辑:</strong>这是最终 URL 的样子:</p>

<pre><code>&#34;hybridnavigation://cmd=mapOverview&amp;latitude=49.010066&amp;longitude=8.396355&#34;
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我联系了 skobbler 的支持人员,他们确认这是他们这边的错误:</p>

<blockquote>
<p>The command line integration does not work with the current version of the app. This problem will be fixed with the upcoming update. (At the moment, I cannot tell you an exact release date.)</p>
</blockquote></p>
                                   
                                                <p style="font-size: 20px;">关于ios - Skobbler(GPS 导航)未在指定位置打开,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/21830215/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/21830215/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - Skobbler(GPS 导航)未在指定位置打开