tags:

views:

304

answers:

2

I am trying to draw circles around the current location on MKMapview.I tryied many codes but however no success. can any one suggest any links which should I refer. I am new to Iphone so dont have much knowledge about Quartz 2D.

+2  A: 

I would think the simplest method to achieve your goal would be to use a custom png image with transparency and set the image property of a MKAnnotationView that you add to your current MKMapView.

http://bit.ly/4Qw6go

sw
A: 

but I want to show 2-3 circles around the current location and I know it's possible to draw. so can you please suggest any links for drawing.

amy