0
votes
0answers
35 views
MKCoordinateRegion and MKCoordinateSpan in MapKit Framework
Hi all,
How to zoom out the map using MKCoordinateRegion and MKCoordinateSpan , so that it is always displayed in the center of the screen ?
Thanks
0
votes
2answers
209 views
Load additional objects from Core Data when a user scrolls an MKMapView
With MapKit in the iPhone 3.0 SDK, you create objects that conform to the MKAnnotation protocol. Loading these onto the MKMapView is very easy. However, when a user scrolls the MKMapView, it's time to …
