The members of MapKit.MKCoordinateRegion are listed below.
See Also: Inherited members from System.ValueType
| Creates a new object representing a region of the map to display. |
| Center | CoreLocation.CLLocationCoordinate2D. The center for the region of the map to display. | |
| Span | MKCoordinateSpan. Represents the dimensions and zoom level to display. |
static | FromDistance(CoreLocation.CLLocationCoordinate2D, double, double)Creates a new object representing a region of the map to display using a center and a distance (represented in meters). | |
static | FromMapRect(MKMapRect)Returns a MKCoordinateRegion for the specified 2D-map rectangle. | |