是否可以将 Google 地图与路线和公交图层集成到 iPhone 应用程序中?
很抱歉,如果这个问题对你们中的一些人来说是显而易见的。
我知道我们可以链接到现有的 Goggle Maps 应用程序,但我希望有一个不会退出并提供内部方向的应用程序。我打算将 GTFS 用于公共交通。
另一方面,是否可以在 iPhone 应用程序内根据 Google Transit 返回的结果绘制一条线? (比如说,我将到达和出发地址发送给它)
非常感谢!
Sorry if this question is obvious for some of you.
I know we can link to the existing Goggle Maps app, but I would like to have an app that does not exit and provides the direction within. I intend using GTFS for public transit.
On the other hand, would it be possible to plot a line inside the iPhone app the results as returned by Google Transit? (say, I send it the arrival and departure addresses)
Thank you so much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我目前正在努力在 iPhone 应用程序中集成方向支持,并且找到了以下选项:
maps.google.com
URL 调用地图应用程序UIWebView
中MKMapView
上的透明视图。我已经认为#3 不可行...
I'm working on integrating direction support in an iPhone app at the moment, and I've found these options:
maps.google.com
URLUIWebView
MKMapView
.I already discounted #3 as infeasible...