iPhone SDK MapKit Framework.
Here is an example of the simplest and easiest Mapkit that you can create in 5 minutes.
Steps.Open up Xcode and create a view-based Application. Name it MyMap.
Under Frameworks, you will need to add existing framework CoreLocation.framework and MapKit.framework.
Double click on your nib file, MyMapViewController.xib to open up Interface builder.
In your interface...
