【发布时间】:2011-12-24 16:40:47
【问题描述】:
我正在尝试从这样的示例查询中获取 XML 结果: http://maps.googleapis.com/maps/api/directions/xml?origin=Toronto,ON&destination=Manhattan,NY&dirflg=r&sensor=false
在我的程序中。有没有办法在 Objective-C 代码中获取 XML 结果?我不希望我的应用程序打开地图应用程序。我希望能够接收 XML。我的应用程序中确实有一个 MapKit。
【问题讨论】:
标签: iphone objective-c ios google-maps directions