gpt4 book ai didi

google-maps - 使用 map 应用 iOS 生成步行路线

转载 作者:可可西里 更新时间:2023-11-01 03:23:49 25 4
gpt4 key购买 nike

截至目前,我使用以下代码从我的应用程序成功生成了 map 应用程序的方向:

NSString *formattedGroceryAddress = [[NSString stringWithFormat:@"%@",((EnhancedUIActionSheet *)actionSheet).grocery.address] stringByReplacingOccurrencesOfString:@" " withString:@"+"];
NSString *routeString = [NSString stringWithFormat:@"http://maps.google.com/maps?saddr=%f,%f&daddr=%@",localDataHelper.userLocation.coordinate.latitude,localDataHelper.userLocation.coordinate.longitude,formattedGroceryAddress];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:routeString]];

它会打开带有适当驾车方向的 map 应用。问题是,我想默认打开带有步行 方向的 map 。也许我可以在我的请求中传递另一个参数来做到这一点。

有人知道吗?

谢谢!

最佳答案

好吧,我想我应该在提问之前进行更好的搜索!

您可以将 dirflg=w 添加到请求中,它将以步行模式启动 map 应用。

这很有趣,因为 Apple 表示他们只支持一些 Google Maps 参数,不包括这个参数,但它似乎确实有效!

有关 Google map 参数的更多信息:http://mapki.com/wiki/Google_Map_Parameters
有关来自 iOS 应用程序的 map 链接的更多信息:http://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Articles/MapLinks.html

关于google-maps - 使用 map 应用 iOS 生成步行路线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4609340/

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