Is it possible to integrate Bing maps into a native iPhone application?
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 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
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
Related
Before IOS6 We could use Google routes in google maps but on apple maps its not allowed by google to use the route points found by google. Is there any way in new iPhone maps to get all route points?
i think you can use CloudMade . It has route-me service
I would like to use openstreet maps in my blackberry application. The idea is the application fetches the current location through GPS/cell tower. The user has an option to click on a button and load the map within the application (same display) below. I have researched a little and BlackBerry maps seem to be limited and Google Maps requires installing a seperate API. I am hoping to fetch and load the maps through http connection (something like a webservice). Can somebody please guide?
I use the nutiteq library its usefull and it implements the openstreet maps in my blackberry. Here are some links quick start nutiteq RIM BlackBerry Mapping API SDK
I want to make google latitude type application for iphone.For that i have looked at google latitude api.for that
http://code.google.com/apis/latitude/v1/using_rest.html#auth.i have looked at this api documentation.but it requires domain name registration for application and it is for web applications.
Can anyone tell this if i can use and develope this application for iphone.any tutorials or sample code or example for that?
You should probably look at this tutorial instead....
http://code.google.com/apis/maps/articles/tutorial-iphone.html
Actually, in case anyone is looking for it later, you want to look at the documentation for oauth for installed applications:
http://code.google.com/apis/accounts/docs/OAuth2.html#installed or web server applications:
http://code.google.com/apis/accounts/docs/OAuth2.html#webserver
Neither of those should require a domain
Hii friends,
i have to create a routemap for a university using maps as i preferred to use Google Maps API to develop it, as it seems easy for me with previous experience with maps API.
Does any Map library available for iPhone beyong google maps?
hey do try Route Me and open source library
http://mobileorchard.com/route-me-an-open-source-map-library-for-iphone-developers/
Does anyone know how to create simple iPhone app using bing maps?
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.
Personally I would start by reading their API and figure out which services to use
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.