views:

121

answers:

0

Hi guys,

I have a MKMApView and given a region I would like to get it's boundries (in GPS values - I would like to get the GPS coordinates of the top left point, top right etc). The region is represented as a center with MKCoordinateSpan. Now I have already tried to convert the region to a rect, get its points and then convert each point to latitude and longitude but it doesn't work. Any idea how to do it? Is there at least way to determine if a CLLocationCoordinate2D is inside a given region?

Thanks.