@property (nonatomic) MKMapRect visibleMapRect; - (void) setVisibleMapRect:(MKMapRect)mapRect animated :(BOOL)animate; // Returns an MKMapRect modified to fit the aspect ratio of the map. - (MKMapRect) mapRectThatFits :(MKMapRect)mapRect; // Edge padding is the minumum padding on each side around the specified MKMapRect :(BOOL)animate; - (MKMapRect)mapRectThatFits:(MKMapRect)mapRect edgePadding:(UIEdgeInsets)insets; #else ; - (MKMapRect)mapRectThatFits:(MKMapRect)mapRect edgePadding:(NSEdgeInsets)insets; #endif @property