Getting the bounds of an MKMapView
问题 In order to setup a query to an external server I want to get the bounds of the current Map View in an iPhone app I\'m building. UIView should respond to bounds but it seems MKMapView doesn\'t. After setting a region and zooming in the map I try to get the bounds. I\'m stuck on the first step which is to try to get the CGPoints that represent the SE and NW corners of the map. After that I was going to use: - (CLLocationCoordinate2D)convertPoint:(CGPoint)point toCoordinateFromView:(UIView *