gpt4 book ai didi

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

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:36:27 25 4
gpt4 key购买 nike

我有以下用于在指定位置打开 Skobbler 的代码:

- (void)openSkobblerWithLatitude:(double)latitude longitude:(double)longitude {
NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:
@"hybridnavigation://cmd=mapOverview&latitude=%f&longitude=%f",
latitude,
longitude]];
[[UIApplication sharedApplication] openURL:url];
}

它打开 Skobbler,但位置被完全忽略。 URL 有问题还是这只是 Skobbler 中的错误?

Skobbler 下载链接:
https://itunes.apple.com/us/app/gps-navigation-sat-nav/id370144231?mt=8

编辑:这是最终 URL 的样子:

"hybridnavigation://cmd=mapOverview&latitude=49.010066&longitude=8.396355"

最佳答案

我联系了 skobbler 的支持,他们确认这是他们这边的错误:

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.)

关于ios - Skobbler(GPS导航)在指定位置打不开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21830215/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com