gpt4 book ai didi

ios - 如何在 iPhone 应用程序中找到两个位置之间的方向?

转载 作者:行者123 更新时间:2023-12-01 17:52:18 25 4
gpt4 key购买 nike

我正在尝试使用 iOS 框架在两个位置之间寻找方向,但我无法找到合适的解决方案。

最佳答案

您可以使用不同的方法来查找两个位置之间的方向。

(1) 使用谷歌地图

NSString *urlString = [NSString stringWithFormat:@"http://maps.google.com/maps?saddr=%f,%f&daddr=%f,%f", currentLatitude, currentLongitude, destinationLatitude, destinationLongitude];

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[urlString stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]]];

(2) 使用苹果 map :
NSString *urlString = [NSString stringWithFormat:@"http://maps.apple.com/maps?saddr=%f,%f&daddr=%f,%f", currentLatitude, currentLongitude, destinationLatitude, destinationLongitude];

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[urlString stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]]];

如果您需要任何帮助,请告诉我。

关于ios - 如何在 iPhone 应用程序中找到两个位置之间的方向?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25809300/

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