Top "Mkcoordinateregion" questions

MKCoordinateRegion is used to define a specific portion of a map in Map Kit.

Convert MKCoordinateRegion to MKMapRect

I have a square MKMapView in my app, and I wish to set a center point and the exact height/…

ios mkmapview mkcoordinateregion mkmaprect
How to check if MKCoordinateRegion contains CLLocationCoordinate2D without using MKMapView?

I need to check if user location belongs to the MKCoordinateRegion. I was surprised not to find simple function for …

iphone ios cllocationmanager cllocation mkcoordinateregion
MKMapView show incorrectly saved region

I'm saving map region into user defaults when my iPhone app is closing like this: MKCoordinateRegion region = mapView.region; [[NSUserDefaults …

ios objective-c mkmapview nsuserdefaults mkcoordinateregion