CHAPTER 9 ANSWERS

 
  1. The framework required to use an MKMapView is the MapKit.framework.
  2. The framework used to get the current location of an iOS device is the CoreLocation.framework.
  3. The mapView:didUpdateUserLocation: method of the MKMapViewDelegate is called when the user’s location is determined.
  4. The MKLocalSearchRequest class is used to create the request, while the MKLocalSearch class is used to perform the search and process the results.
  5. Local search results are returned using MKMapItem objects.
  6. The ^ character is used to denote the beginning of a block.
  7. The subclass of MKAnnotation you can use to show a pin on an MKMapView is the MKPointAnnotation class.
  8. The property of the MKPinAnnotationView class you can set to animate the pin onto the MKMapView is the animateDrop property.