Bing 地图集成到 iPhone 应用程序中
是否可以将 Bing 地图集成到本机 iPhone 应用程序中?
Is it possible to integrate Bing maps into a native iPhone application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以将 Bing 地图集成到本机 iPhone 应用程序中?
Is it possible to integrate Bing maps into a native iPhone application?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
可以使用 Bing 地图地理数据代替 google 地图:
使用 Bing 的 REST 或 SOAP Web 服务:
如果我理解正确的话,您甚至可以从图像服务构建您自己的地图:
首先,您需要获取 appID,然后如果您使用 SOAP,则获取 wsdl:
http://msdn.microsoft.com/en-us/library/cc980844.aspx祝
你好运!
It is possible to use Bing Map geodata instead of google map:
Use Bing's REST or SOAP webservice:
If I understand it correct you can even build your own map out of the Imagery Service:
To get started you need to get the appID and then in case you use SOAP get the wsdl:
http://msdn.microsoft.com/en-us/library/cc980844.aspx
Good luck!
Bing 地图现在拥有适用于 iOS 的本机 SDK。检查一下:http://www.bing.com/community/site_blogs/b/maps/archive/2011/05/05/new-bing-maps-ios-sdk.aspx
Bing map now has a native SDK for iOS. Check this: http://www.bing.com/community/site_blogs/b/maps/archive/2011/05/05/new-bing-maps-ios-sdk.aspx
当您对 wsdl 生成有疑问时,本教程将为您提供帮助: http://brismith66.blogspot.com/2010/05/iphone-development-accesing-soap.html
This tutorial should help you when you have questions with the generation from a wsdl: http://brismith66.blogspot.com/2010/05/iphone-development-accesing-soap.html