gpt4 book ai didi

iphone - 如何使用 googleAPI 在 UIWebView 中获取方向?

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

<分区>

我正在开发一个应用程序,它必须在“a - b”之间给出一个方向,但我没有在我的 UIWebView 中得到我想要的方向...有人可以帮助我吗?

[self setDestinationLocation    :@"an Address"];
[self setSourceLocation :@"53.219091,6.568096"];

int startMatch = 1;
int numberOfMatches=1;

[self setUrlAddress:
[NSString stringWithFormat:@"http://maps.google.com/maps?f=d&om=2&daddr=%@&saddr=%@&start=%d&num=%d&view=map&layer=t&t=m",
[self sourceLocation],
[self destinationLocation],
startMatch,
numberOfMatches
]
];

NSURL *url = [NSURL URLWithString:[self urlAddress]];
NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];
[[self webView] loadRequest:requestObj];

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