ios - Skobbler(GPS 导航)未在指定位置打开
<p><p>我有以下代码可以在指定位置打开 Skobbler:</p>
<pre><code>- (void)openSkobblerWithLatitude:(double)latitude longitude:(double)longitude {
NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:
@"hybridnavigation://cmd=mapOverview&latitude=%f&longitude=%f",
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>"hybridnavigation://cmd=mapOverview&latitude=49.010066&longitude=8.396355"
</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]