views:

65

answers:

0

i have a MKmapview with two circles. MKCircleView is using for one circle and MKOverlayView for other circle. In MKOverlayView, CGContextAddArc is using for drawing circle. Both circle having same radius ie: 1000, but the circles showing different radius in MKMapview that means MKOverlayView circle is smaller than MKCircleView circle. What is the reason? How to solve that?