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?
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?