using BING maps on iPhone / iPad sdk - iphone

has anyone had any experience using BING maps on the iphone/ipad? We have an application which uses the googlemaps default map in the SDK, but we now have a requirement to use BING maps instead.
I am thinking we'd use the BING API via a UIWebView?
Has anyone else tried this? Thanks for any information!

I've used a bing API n a UIWebView, however the JS is rather costly, yet until I find and discover a BING SDK for the iPhone/iPad will probably have ot resort to that.
One other thing you can try (which I've just started down the path of), is trying to use HTML5 to cache a bunch of the is parts to it and see if that might speed the implementation up.
Hope that helps!

Apparently, the http://ibing.codeplex.com/ project on Codeplex was created with the intent of adding Bing Maps support for iOS and MacOS developers. It doesn't look to have been updated in over a year, and I don't know if it even works. Just thought I'd post it for anyone interested in checking it out.

this maybe another approach worth looking into
https://github.com/mtigas/iOS-MapLayerDemo

Recently announced and posted on the Bing Maps Blog on 5 May 2011, a new Bing Maps control/SDK is now available for iOS.
The Bing Maps iOS Control is an Objective-C control for embedding maps directly into native iOS apps. With a rich, gesture-based UI provided by Seadragon, the Bing Maps iOS Control provides support for adding pushpins and other overlays to the map, allows your device location to be displayed, and provides the ability to retrieve contextual information for a given map location.
Link to download the SDK:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6e01a102-49ed-409e-b384-0b67521fb612

Related

Is it absolutely not possible to use Google maps in iOS 6..?

I want to know if is it not at all possible to use Google maps on iOS 6 ?
I had one App prepared and now when I am using it iOS 6, It automatically takes Apple maps !
Since I dont want to use Apple maps, So I want to know if any how,Is it possible to use Google maps on
iOS 6 !
You can still google maps, but not on mapkit. The google maps has a very useful API you can use to generate the maps. You won't be able to use MKMapKit thou, but you can use google's static maps API to show the map content.
Edit: here's a new open source project with google maps tile Link and here is a link for the alternative, official, bing maps toolkit Link
The website maps.google.com works fine.
You could now. Google present iOS SDK for iOS 6. http://googlegeodevelopers.blogspot.com/2012/12/a-new-way-to-add-google-maps-to-your.html

Custom maps in Android, loading via tiles (alternative for RouteMe for iPhone SDK)

I am working on a prototype port of one of our iPhone apps to Android.
The iPhone app uses the RouteMe API to load our own custom maps into the application. (also tiled, just like Google Maps itself, so only loading what you see at that moment - this is very important in this case)
I have been searching for a similar product for Android. I found Nutiteq, but as RouteMe is free, I am trying to find something free for Android as well.
If anybody has suggestions, I would love to hear them. The more information the better, of course :).
EDIT:
Still haven't found anything that acts the same as RouteMe, so suggestions are still very welcome.
Maybe you can get away with the standard MapView and Overlays?

Suggestion needed for iPhone Map based App Development?

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/

Bing maps for iPhoneSDK

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.

Creating an IPhone Map application

How can i create a map application for Iphone . I know that UIwebView can be used to display map . But is there any native API available on IPhone(which the native iphone map application uses)?
Look at the simple framework from CloudMade:
http://developers.cloudmade.com/projects/show/iphone-api
I use it in a simple app that I created to locate your position. It's in the App Store under PinDrop in the Navigation section.
The framework is really rough, but it worked for what I needed. When 3.0 comes out, I'll updated to use the Google maps. Till then, it works.
I think you'll have to wait until iPhone OS 3.0 to get access to the Map Kit framework
CloudMade's iPhone library is quick to get started with, lets you add geocoding and routing to your iPhone applications but is admittedly quite basic. Lots of developers who use CloudMade's services like customized maps, geocoding and routing use the "Route-Me" library. Route-Me is an open source library that uses core animation to add pinch zooming, panning and other effects. It has been used in smash hit iphone apps like Trails and [Offmaps][2] - both applications use CloudMade platform with the Route-Me library.
By combining CloudMade's routing, geocoding and customized maps with the great Route-Me library, you can create applications that are way more advanced than anything you can do with MapKit.
Creating a map currently involves looking at frameworks like Map Ninja. The Map Kit framework might supplant that, depending on what you want to do...
You should really use the Cloudmade framework since there're a couple of license issues with MapKit from Apple, Google and TomTom (which owns the maps Googles uses). This has concrete downsides, so that there is no forward geocoding in the MapKit.
But Cloudmade published a lot of tutorial how to use there framework. It isn't that hard and you can use MapKit with Cloudmade together to retrofit missing features in MapKit.