AWFStormCellAnnotationStyle
Objective-C
@interface AWFStormCellAnnotationStyle
: AWFAnnotationStyle <AWFGroupedStyle, AWFDataRepresentableStyleProvider>
Swift
class AWFStormCellAnnotationStyle : AWFAnnotationStyle, AWFGroupedStyleProtocol, AWFDataRepresentableStyleProvider
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 multiple map representable types.
Declaration
Objective-C
@property (nonatomic, strong) AWFDataRepresentableStyle *_Nonnull styleProvider;
Swift
var styleProvider: AWFDataRepresentableStyle { get set }