martedì, gennaio 26, 2010

iPhone URL Scheme for Map Links

I was just looking at this nice (and very simple) explanation of iPhone map links at the iPhone Dev Center. It also mentions phone links, text (SMS) links, iTunes links and so on. Here is how to construct the map link:
<a href="http://maps.google.com/maps?q=cupertino">Cupertino</a>
Nice and simple.