I would like to determine the minimum + maximum visible latitude and longitude values in the MKMapViewDelegate delegate method:
- (void)mapView:(MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated
A function like isCoordinateInRegion
would come in handy.
Cheers.