gpt4 book ai didi

iphone - 代码中使用的 iOS 谷歌地图方向 API

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

我正在尝试从这样的示例查询中获取 XML 结果:
http://maps.googleapis.com/maps/api/directions/xml?origin=Toronto,ON&destination=Manhattan,NY&dirflg=r&sensor=false

在我的程序中。有没有办法在 Objective-C 代码中获取 XML 结果?我不希望我的应用程序打开 map 应用程序。我希望能够接收 XML。我的应用程序中确实有一个 MapKit。

最佳答案

当然。只需执行以下操作:

NSXMLParser * xmlParser = 
[[NSXMLParser alloc] initWithContentsOfURL: [NSURL URLWithString: @"http://maps.googleapis.com/maps/api/directions/xml?origin=Toronto,ON&destination=Manhattan,NY&dirflg=r&sensor=false"];

Apple documentation for NSXMLParser is here .

对于您的目的而言,这可能有点过于繁重,因此您也可以执行 answers provided for in this duplicate question 之类的操作.

关于iphone - 代码中使用的 iOS 谷歌地图方向 API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8625719/

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