adding multiple circles around a pin in iOS
问题 How can I add and display multiple circles in different colors inside a map ( MKMapView )? I figured out how to add one circle, but can't figure out how to add multiple circles in various sizes and colors ... any help would be appreciated! 回答1: Here's some code I use to draw two concentric circles at a given location on the map. The outer one is gray, and the inner one is white. (in my example "range" is the circle radius) Both have some transparency: - (void)drawRangeRings: