gpt4 book ai didi

iphone - 从 iPhone 打开 Google map 并显示路线

转载 作者:行者123 更新时间:2023-12-03 18:30:24 27 4
gpt4 key购买 nike

我想知道如何从 iPhone 应用程序打开 Google map ,以便 Google map 在您到达网页时显示路线?

今天我使用的代码显示坐标。

        NSString *latlong = [NSString stringWithString: @"59.33267,18.07361"];
NSURL *url = [[[NSURL alloc] initWithString:[NSString stringWithFormat: @"http://maps.google.com/maps?ll=%@", [latlong stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding] ]] autorelease];
[[UIApplication sharedApplication] openURL:url];

最佳答案

使用以下格式的 url(必须指定路由起点和终点):

"http://maps.google.com/maps?daddr=%f,%f&saddr=%f,%f"

关于iphone - 从 iPhone 打开 Google map 并显示路线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3760972/

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