适用于 iPhoneSDK 的 Bing 地图
有谁知道如何使用 bing 地图创建简单的 iPhone 应用程序?
Does anyone know how to create simple iPhone app using bing maps?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有谁知道如何使用 bing 地图创建简单的 iPhone 应用程序?
Does anyone know how to create simple iPhone app using bing maps?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
Bing Mobile/Bing 地图团队于 2011 年 5 月上旬发布了适用于 iPhone 和 iPad 的新 Bing 地图 iOS SDK。您可以下载该 SDK 此处并阅读此 博客文章。
The Bing Mobile/Bing Maps team released a new Bing Maps iOS SDK for iPhone and iPad in early May 2011. You can download the SDK here and read about the details in this blog post.
就我个人而言,我会首先阅读他们的 API 并找出要使用哪些服务
Personally I would start by reading their API and figure out which services to use
您可能还会发现与 PhoneGap 一起使用的 Bing Maps V7 AJAX 控件为您提供了更多功能。使用这种方法,您可以获得 Bing 地图的全部功能,并且不仅可以在 iPhone 和 iPad 上,还可以在其他移动设备上重复使用您的应用程序。
You may also find that the Bing Maps V7 AJAX control used with PhoneGap gives you a lot more power. Using this approach you get the full power of Bing Maps and the ability to then re-use your application accorss not just iPhone and iPad, but other mobile devices as well.