Styles
-
An
See moreAWFAnnotationStyle
object provides the style specifications to be used for an annotation’s representation on a map.Declaration
Objective-C
@interface AWFAnnotationStyle : AWFMapItemStyle
Swift
class AWFAnnotationStyle : AWFMapItemStyle
-
See moreAWFGroupedStyle
is responsible for managing multiple instances ofAWFMapItemStyle
that are categorized based on certain criteria found within the model instance associated with a map item.Declaration
Objective-C
@interface AWFGroupedStyle : NSObject <AWFStyleProvider>
Swift
class AWFGroupedStyle : NSObject, AWFStyleProvider
-
An
AWFLightningStrikeAnnotationStyle
object provides the style specifications to be used for a lightning-related annotation’s representation on a map.Declaration
Objective-C
@interface AWFLightningStrikeAnnotationStyle : AWFAnnotationStyle <AWFGroupedStyle>
Swift
class AWFLightningStrikeAnnotationStyle : AWFAnnotationStyle, AWFGroupedStyleProtocol
-
An
AWFLongPressAnnotationStyle
object provides the style specifications to be used for representing a long press on a weather map.Declaration
Objective-C
@interface AWFLongPressAnnotationStyle : AWFAnnotationStyle
Swift
class AWFLongPressAnnotationStyle : AWFAnnotationStyle
-
An
See moreAWFMapControlStyle
object provides style specifications for a map control view. This class is used in conjunction withAWFBasicControlView
andAWFTimelineView
to control the styling of the map controls.Declaration
Objective-C
@interface AWFMapControlStyle : NSObject
Swift
class AWFMapControlStyle : NSObject
-
The
See moreAWFMapItemStyle
provides style information that is used for overlays and annotations when rendered on a map.Declaration
Objective-C
@interface AWFMapItemStyle : NSObject <AWFStyleProvider>
Swift
class AWFMapItemStyle : NSObject, AWFStyleProvider
-
An
See moreAWFPolygonStyle
object provides the style specifications to be used for a polygon’s representation on a map.Declaration
Objective-C
@interface AWFPolygonStyle : AWFMapItemStyle
Swift
class AWFPolygonStyle : AWFMapItemStyle
-
An
AWFRecordAnnotationStyle
object provides the style specifications to be used for a record-related annotation’s representation on a map.Declaration
Objective-C
@interface AWFRecordAnnotationStyle : AWFAnnotationStyle <AWFGroupedStyle>
Swift
class AWFRecordAnnotationStyle : AWFAnnotationStyle, AWFGroupedStyleProtocol
-
An
AWFRiverAnnotationStyle
object provides the style specifications to be used for a river-related annotation’s representation on a map.Declaration
Objective-C
@interface AWFRiverAnnotationStyle : AWFAnnotationStyle
Swift
class AWFRiverAnnotationStyle : AWFAnnotationStyle
-
An
See moreAWFStormCellAnnotationStyle
object provides the style specifications to be used for a storm cell-related annotation’s representation on a map.Declaration
Objective-C
@interface AWFStormCellAnnotationStyle : AWFAnnotationStyle <AWFGroupedStyle, AWFOverlayStylable>
Swift
class AWFStormCellAnnotationStyle : AWFAnnotationStyle, AWFGroupedStyleProtocol, AWFOverlayStylable
-
An
AWFStormReportAnnotationStyle
object provides the style specifications to be used for a storm report-related annotation’s representation on a map.Declaration
Objective-C
@interface AWFStormReportAnnotationStyle : AWFAnnotationStyle <AWFGroupedStyle>
Swift
class AWFStormReportAnnotationStyle : AWFAnnotationStyle, AWFGroupedStyleProtocol
-
An
See moreAWFTextAnnotationStyle
object provides the style specifications to be used for a text annotation’s representation on a map.Declaration
Objective-C
@interface AWFTextAnnotationStyle : AWFMapItemStyle
Swift
class AWFTextAnnotationStyle : AWFMapItemStyle
-
An
AWFWarningPolygonStyle
object provides the style specifications to be used for a warning polygon’s representation on a map.Declaration
Objective-C
@interface AWFWarningPolygonStyle : AWFPolygonStyle
Swift
class AWFWarningPolygonStyle : AWFPolygonStyle