Oomph / MacMapKit

MapKit Framework for the Mac
BSD 3-Clause "New" or "Revised" License
256 stars 43 forks source link

Support boundingMapRect for MKOverlay classes. #20

Open schneim opened 11 years ago

schneim commented 11 years ago

Hello Rick,

I have added the property boundingMapRect to the MKOverlay classes. To calculate the MKMapPoints, I have also updated the conversion functions between points and coordinates.

However, I was not able to calculate the boundingMapRect for MKCircle, since I could not convert the distance value to number of points. Do you have an idea how this shall be done?

Kindly take a look at the changes and merge them, if you think they are ok.

Thanks, Markus