Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bing map integration into iPhone application

Tags:

iphone

bing

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

like image 945
Amit Vaghela Avatar asked Nov 15 '22 08:11

Amit Vaghela


1 Answers

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!

like image 161
majo Avatar answered Dec 19 '22 12:12

majo