MapKit.MKCoordinateRegion Members

The members of MapKit.MKCoordinateRegion are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Creates a new object representing a region of the map to display.

Public Fields

CenterCoreLocation.CLLocationCoordinate2D. The center for the region of the map to display.
SpanMKCoordinateSpan. Represents the dimensions and zoom level to display.

Public Methods

static
FromDistance(CoreLocation.CLLocationCoordinate2D, double, double) : MKCoordinateRegion
Creates a new object representing a region of the map to display using a center and a distance (represented in meters).
static
FromMapRect(MKMapRect) : MKCoordinateRegion
Returns a MKCoordinateRegion for the specified 2D-map rectangle.