// MKCoordinateRegionMake public MKCoordinateRegion(CLLocationCoordinate2D center, MKCoordinateSpan span) { this.Center = center; this.Span = span; }