Bing map integration into iPhone application

不问归期 提交于 2019-12-03 15:48:30

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!

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

Bryan Rosander

We changed from Google Maps to Bing Maps using the Bing Maps API from InKnowledge after running into this problem: I'm having trouble getting accurate GPS locations from the Google Maps API for use on Android.

It is still a little immature but it worked for us.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!