AWFMapControlStyle
Objective-C
@interface AWFMapControlStyle : NSObjectSwift
class AWFMapControlStyle : NSObjectAn 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.
- 
                  
                  The background color to use for the view. DeclarationObjective-C @property (nonatomic, strong) UIColor *backgroundColor;Swift var backgroundColor: UIColor! { get set }
- 
                  
                  The fill color of the progress indicator. DeclarationObjective-C @property (nonatomic, strong) UIColor *progressFillColor;Swift var progressFillColor: UIColor! { get set }
- 
                  
                  The stroke color of the progress indicator. DeclarationObjective-C @property (nonatomic, strong) UIColor *progressStrokeColor;Swift var progressStrokeColor: UIColor! { get set }
- 
                  
                  The default text style. DeclarationObjective-C @property (nonatomic, strong) AWFTextStyleSpec *defaultTextStyle
- 
                  
                  The secondary text style. DeclarationObjective-C @property (nonatomic, strong) AWFTextStyleSpec *detailTextStyle
 View on GitHub
View on GitHub AWFMapControlStyle Class Reference
        AWFMapControlStyle Class Reference