Styles

  • AWFGroupedStyle is responsible for managing multiple instances of AWFMapItemStyle that are categorized based on certain criteria found within the model instance associated with a map item.

    See more

    Declaration

    Objective-C

    @interface AWFGroupedStyle : NSObject <AWFStyleProvider>

    Swift

    class AWFGroupedStyle : NSObject, AWFStyleProvider
  • An AWFMapControlStyle object provides style specifications for a map control view. This class is used in conjunction with AWFBasicControlView and AWFTimelineView to control the styling of the map controls.

    See more

    Declaration

    Objective-C

    @interface AWFMapControlStyle : NSObject

    Swift

    class AWFMapControlStyle : NSObject
  • The AWFMapItemStyle provides style information that is used for overlays and annotations when rendered on a map.

    See more

    Declaration

    Objective-C

    @interface AWFMapItemStyle : NSObject <AWFStyleProvider>

    Swift

    class AWFMapItemStyle : NSObject, AWFStyleProvider
  • 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 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