0

Although I haven't actually used it, I've seen pictures of the WWDC 2012 app in which it appears each workshop was given its own location on an event map. Is this simply a UIImage with a pin drop?

enter image description here

I also found this local mapping startup: http://gigaom.com/mobile/wifarers-mobile-app-doesnt-just-map-the-indoors-it-maps-the-objects-within/

xhermit
  • 501
  • 1
  • 7
  • 19

1 Answers1

1

The total number of venues at WWDC is always pretty small -- perhaps around 20 including the labs. And there are only three floors in Moscone West. You could certainly do that sort of map with a set of three images and a pin superimposed in the correct location for each venue. That seems like the simple solution.

Caleb
  • 124,013
  • 19
  • 183
  • 272
  • My app would be mapping lots of events along with multiple pins on each event. The image thing definitely wouldn't work in my case, I just wanted to make sure there wasn't some library I'm missing out on. Good observation, though. Thanks – xhermit Aug 01 '12 at 15:06