AWFStormCellAnnotationStyle

@interface AWFStormCellAnnotationStyle
    : AWFAnnotationStyle <AWFGroupedStyle, AWFOverlayStylable>

An AWFStormCellAnnotationStyle object provides the style specifications to be used for a storm cell-related annotation’s representation on a map.

  • The style specifications for map overlays.

    Declaration

    Objective-C

    @property (readwrite, strong, nonatomic) AWFMapItemStyle *_Nonnull overlay;

    Swift

    var overlay: AWFMapItemStyle { get set }