MKCoordinateRegion(CLLocationCoordinate2D, MKCoordinateSpan) Constructor

Definition

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

public MKCoordinateRegion (CoreLocation.CLLocationCoordinate2D center, MapKit.MKCoordinateSpan span);
new MapKit.MKCoordinateRegion : CoreLocation.CLLocationCoordinate2D * MapKit.MKCoordinateSpan -> MapKit.MKCoordinateRegion

Parameters

center
CLLocationCoordinate2D

The center of the region.

span
MKCoordinateSpan

The dimensions of the region.

Applies to