AWFEarthquakeAnnotationStyle
Objective-C
@interface AWFEarthquakeAnnotationStyle : AWFAnnotationStyle <AWFGroupedStyle>Swift
class AWFEarthquakeAnnotationStyle : AWFAnnotationStyle, AWFGroupedStyleProtocolAn 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. DeclarationObjective-C @property (nonatomic, strong, nullable) UIColor *ringColor;Swift var ringColor: UIColor? { get set }
- 
                  
                  The stroke width for the outer ring. DeclarationObjective-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. DeclarationObjective-C @property (nonatomic) BOOL showsRing;Swift var showsRing: Bool { get set }
- 
                  
                  The duration of the ring animation in seconds. DeclarationObjective-C @property (nonatomic) CGFloat ringAnimationDuration;Swift var ringAnimationDuration: CGFloat { get set }
- 
                  
                  The total number of times the ring animation should be repeated. DeclarationObjective-C @property (nonatomic) CGFloat ringAnimationRepeatCount;Swift var ringAnimationRepeatCount: CGFloat { get set }
 View on GitHub
View on GitHub AWFEarthquakeAnnotationStyle Class Reference
        AWFEarthquakeAnnotationStyle Class Reference