Styles
-
An
See moreAWFAnnotationStyleobject provides the style specifications to be used for an annotation’s representation on a map.Declaration
Objective-C
@interface AWFAnnotationStyle : AWFMapItemStyleSwift
class AWFAnnotationStyle : AWFMapItemStyle -
See moreAWFGroupedStyleis responsible for managing multiple instances ofAWFMapItemStylethat 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
See moreAWFEarthquakeAnnotationStyleobject provides the style specifications to be used for an earthquake-related annotation’s representation on a map.Declaration
Objective-C
@interface AWFEarthquakeAnnotationStyle : AWFAnnotationStyle <AWFGroupedStyle>Swift
class AWFEarthquakeAnnotationStyle : AWFAnnotationStyle, AWFGroupedStyleProtocol -
An
AWFFireAnnotationStyleobject provides the style specifications to be used for a fire-related annotation’s representation on a map.Declaration
Objective-C
@interface AWFFireAnnotationStyle : AWFAnnotationStyle <AWFGroupedStyle>Swift
class AWFFireAnnotationStyle : AWFAnnotationStyle, AWFGroupedStyleProtocol -
An
AWFLongPressAnnotationStyleobject provides the style specifications to be used for representing a long press on a weather map.Declaration
Objective-C
@interface AWFLongPressAnnotationStyle : AWFAnnotationStyleSwift
class AWFLongPressAnnotationStyle : AWFAnnotationStyle -
An
See moreAWFMapControlStyleobject provides style specifications for a map control view. This class is used in conjunction withAWFBasicControlViewandAWFTimelineViewto control the styling of the map controls.Declaration
Objective-C
@interface AWFMapControlStyle : NSObjectSwift
class AWFMapControlStyle : NSObject -
The
See moreAWFMapItemStyleprovides 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 moreAWFPolygonStyleobject provides the style specifications to be used for a polygon’s representation on a map.Declaration
Objective-C
@interface AWFPolygonStyle : AWFMapItemStyleSwift
class AWFPolygonStyle : AWFMapItemStyle -
An
AWFRecordAnnotationStyleobject 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
AWFRiverAnnotationStyleobject provides the style specifications to be used for a river-related annotation’s representation on a map.Declaration
Objective-C
@interface AWFRiverAnnotationStyle : AWFAnnotationStyleSwift
class AWFRiverAnnotationStyle : AWFAnnotationStyle -
An
See moreAWFStormCellAnnotationStyleobject 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, AWFDataRepresentableStyleProvider>Swift
class AWFStormCellAnnotationStyle : AWFAnnotationStyle, AWFGroupedStyleProtocol, AWFDataRepresentableStyleProvider -
An
AWFStormReportAnnotationStyleobject 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 moreAWFTextAnnotationStyleobject provides the style specifications to be used for a text annotation’s representation on a map.Declaration
Objective-C
@interface AWFTextAnnotationStyle : AWFMapItemStyleSwift
class AWFTextAnnotationStyle : AWFMapItemStyle -
An
AWFConvectiveOutlookPolygonStyleobject provides the style specifications to be used for a convective outlook polygon’s representation on a map.Declaration
Objective-C
@interface AWFConvectiveOutlookPolygonStyle : AWFPolygonStyle <AWFGroupedStyle>Swift
class AWFConvectiveOutlookPolygonStyle : AWFPolygonStyle, AWFGroupedStyleProtocol -
An
AWFDroughtIndexPolygonStyleobject provides the style specifications to be used for a drought index polygon’s representation on a map.Declaration
Objective-C
@interface AWFDroughtIndexPolygonStyle : AWFPolygonStyle <AWFGroupedStyle>Swift
class AWFDroughtIndexPolygonStyle : AWFPolygonStyle, AWFGroupedStyleProtocol -
An
AWFFireOutlookPolygonStyleobject provides the style specifications to be used for a fire outlook polygon’s representation on a map.Declaration
Objective-C
@interface AWFFireOutlookPolygonStyle : AWFPolygonStyle <AWFGroupedStyle>Swift
class AWFFireOutlookPolygonStyle : AWFPolygonStyle, AWFGroupedStyleProtocol -
An
AWFTropicalBreakpointPolygonStyleobject provides the style specifications to be used for tropical breakpoint polylines representation on a map.Declaration
Objective-C
@interface AWFTropicalBreakpointPolygonStyle : AWFPolygonStyle <AWFGroupedStyle>Swift
class AWFTropicalBreakpointPolygonStyle : AWFPolygonStyle, AWFGroupedStyleProtocol -
An
AWFWarningPolygonStyleobject provides the style specifications to be used for a warning polygon’s representation on a map.Declaration
Objective-C
@interface AWFWarningPolygonStyle : AWFPolygonStyle <AWFGroupedStyle>Swift
class AWFWarningPolygonStyle : AWFPolygonStyle, AWFGroupedStyleProtocol
View on GitHub
Styles Reference