Is there any way to quickly test whether an MKCoordinateRegion
is good or not? I've swapped latitude for longitude and caused an application crash. I'd like to be able to see whether it's possible to perform a setRegion
before I actually do it. Will MKCoordinateRegionMake
test the values I give it?
Thanks.