vote up 6 vote down star
3

So I'm looking at writing an iPhone application that shows things on a map. What frameworks/methodologies are out there for doing this?

Searching around on Google, I could only find this one: http://code.google.com/p/iphone-google-maps-component/

Which according to the issues list is slow, and stops working after a while. Does anyone know of something better, or have any experience with the library above?

flag

Wonder if you'd invoke the magic app-store competitive function veto? – stephbu Sep 20 '08 at 7:04
I originally wondered that too, but there are lots of mapping applications making it through. I think the main thing to avoid would be real-time guidance stuff, which is explicitly forbidden. – rustyshelf Oct 9 '08 at 23:51

4 Answers

vote up 3 vote down check

I'm pretty sure your only options for now are:

  1. Call openURL: to switch to the Maps app
  2. Use the Google Maps component you linked to
  3. Roll your own thing
  4. Wait for Apple to expose a "MapKit" framework
link|flag
vote up 2 vote down

WARNING: Embedding Google Maps inside an application may violate the Google Maps terms of service.

I have written a full mapping UIView on the iPhone (the application is on the AppStore) and it is not easy (this would be option #3 "Roll your own thing"). Getting good performance is really difficult. I would like to OpenSource my map component but right now the F-NDA is preventing that.

link|flag
I'm sure that if you were to open source it, perhaps anonymously, Apple would be unlikely to chase you down. – tomtaylor Sep 28 '08 at 11:19
The NDA has been lifted now for published apps...care to share a bit more as to how you did it, and what your app is called? – rustyshelf Oct 3 '08 at 1:16
vote up 2 vote down

I have been chasing this for a while now, and here's the best solution I've found out there:

http://code.google.com/p/touchcode/

There is a component in there called TouchMap and it comes with a demo that shows it off. It's tiles are loaded directly from Microsoft Virtual Earth.

Edit: @schwa, I just a look at your profile to find your email address, and then realised that you actually released this software. Nice work

link|flag
vote up 0 vote down

I've just found route-me which looks like a large(30+) active community of ppl developing an open source mapping app for the iPhone. It can take tiles from OpenStreetMap, Virtual Earth(Bing) or Cloudmade.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.