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
See moreAWFEarthquakeAnnotationStyle
object 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
AWFFireAnnotationStyle
object 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
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, AWFDataRepresentableStyleProvider>
Swift
class AWFStormCellAnnotationStyle : AWFAnnotationStyle, AWFGroupedStyleProtocol, AWFDataRepresentableStyleProvider
-
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
AWFConvectiveOutlookPolygonStyle
object 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
AWFDroughtIndexPolygonStyle
object 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
AWFFireOutlookPolygonStyle
object 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
AWFTropicalBreakpointPolygonStyle
object 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
AWFWarningPolygonStyle
object 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