Create MKMapRect centered at CLLocationCoordinate2D

I would like to create an MKMapRect centered at a CLLocationCoordinate2D with a size. You can do this using init(origin:size:), but you give it the origin, not the center which does not work for me. Any suggestions?