MKCoordinateRegion(CLLocationCoordinate2D, MKCoordinateSpan) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.