Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Contents tagged with ipod

  • Putting a Point on a Map in the iPhone

    I wrote the following code to put a point on a map on the iPhone.  It works pretty well.  Basically, I draw a map, then I inherit from the MKAnnotation object and create a new constructor, go out to geocoder and get a lat lon to senter the map on, and finally, I put a point in the center of the map.  I've got to thank Craig Dunn for the inspiration of inheriting from the MKAnnotation object.