AWFEarthquakeAnnotationStyle
Objective-C
@interface AWFEarthquakeAnnotationStyle : AWFAnnotationStyle <AWFGroupedStyle>
Swift
class AWFEarthquakeAnnotationStyle : AWFAnnotationStyle, AWFGroupedStyleProtocol
An AWFEarthquakeAnnotationStyle object provides the style specifications to be used for an earthquake-related annotation’s representation on a map.
-
The stroke color for the outer ring.
Declaration
Objective-C
@property (nonatomic, strong, nullable) UIColor *ringColor;Swift
var ringColor: UIColor? { get set } -
The stroke width for the outer ring.
Declaration
Objective-C
@property (nonatomic) CGFloat ringWidth;Swift
var ringWidth: CGFloat { get set } -
A Boolean value indicating whether the annotation should show the outer ring, which is usually animated.
Declaration
Objective-C
@property (nonatomic) BOOL showsRing;Swift
var showsRing: Bool { get set } -
The duration of the ring animation in seconds.
Declaration
Objective-C
@property (nonatomic) CGFloat ringAnimationDuration;Swift
var ringAnimationDuration: CGFloat { get set } -
The total number of times the ring animation should be repeated.
Declaration
Objective-C
@property (nonatomic) CGFloat ringAnimationRepeatCount;Swift
var ringAnimationRepeatCount: CGFloat { get set }
View on GitHub
AWFEarthquakeAnnotationStyle Class Reference