Provides the visual representation for an MKCircle
annotation object.
SDKs
- iOS 4.0–13.0Deprecated
- Mac Catalyst 13.0–13.0Deprecated
Framework
- Map
Kit
Declaration
@interface MKCircleView : MKOverlay Path View
Overview
This view fills and strokes the circle represented by the annotation. You can change the color and other drawing attributes of the circle by modifying the properties inherited from the MKOverlay
class. This class is typically used as is and not subclassed.
Important
In iOS 5.1 and earlier, the Map Kit framework uses the Google Mobile Maps (GMM) service to provide map data. Use of specific classes of this framework (and their associated interfaces) is subject to the Google Mobile Maps terms of service. You can find these terms of service at http://code.google.com/apis/maps/iphone/terms.html.
Use of this class is discouraged in iOS 7 and later. Use the MKCircle
class instead.