Amit Vaghela
Amit Vaghela

Reputation: 2970

Bing map integration into iPhone application

Is it possible to integrate Bing maps into a native iPhone application?

Upvotes: 5

Views: 1220

Answers (3)

Johann
Johann

Reputation: 12408

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

Upvotes: 0

majo
majo

Reputation: 11

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

Upvotes: 0

majo
majo

Reputation: 11

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!

Upvotes: 1

Related Questions